DocumentDB.Contents
Enter the URL of an Azure Cosmos DB account.
function (url
as text, optionaldatabase
as nullable any, optionalcollection
as nullable any, optionaloptions
as nullable record) as table
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.Accessing data
Last modified 4yr ago