Nóta
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað aðskrá þig inn eða breyta skráasöfnum.
Aðgangur að þessari síðu krefst heimildar. Þú getur prófað að breyta skráasöfnum.
This article contains details for various supported commands you can use with Azure DocumentDB.
Aggregation
| Description | |
|---|---|
aggregate |
The aggregate command is used to process data records and return computed results. |
count |
The count command is used to count the number of documents in a collection that match a specified query. |
distinct |
The distinct command is used to find the unique values for a specified field across a single collection. |
Query and Write
| Description | |
|---|---|
find |
The find command in Azure DocumentDB is used to query documents within a collection. |
findAndModify |
The findAndModify command is used to atomically modify and return a single document. |
getMore |
The getMore command is used to retrieve extra batches of documents from an existing cursor. |