Note
Kailangan ng pahintulot para ma-access ang page na ito. Maaari mong subukang mag-sign in o magpalit ng mga direktoryo.
Ang pag-access sa pahinang ito ay nangangailangan ng pahintulot. Maaari mong subukang baguhin ang mga direktoryo.
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. |