DocumentDB.Contents
DocumentDB.Contents(url as text,optional database as nullable text,optional collection as nullable text,optional options as nullable record) as table
在 url
位置返回 Azure Cosmos DB 数据库的表。如果指定了数据库
,将返回一个集合表。此外,如果在选项
记录中指定了查询
字段,将返回在指定数据库和/或集合上执行的查询结果。