Power Query
published
Search
⌃K

DocumentDB.Contents

DocumentDB.Contents

Enter the URL of an Azure Cosmos DB account.
function (url as text, optional database as nullable any, optional collection as nullable any, optional options as nullable record) as table

Description

Returns a table of Azure Cosmos DB databases at url. If database is specified, a table of collections will be returned instead. Additionally, if the field Query is specified in the options record the results of the query being executed on either the specified database and/or collection will be returned.

Category

Accessing data
Last modified 4yr ago