Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
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. |