DocumentDB LogoDocumentDB
HomeGitHubDiscordDocsPackagesBlogs
Back to DocumentationMQL Documentation
Commands
Aggregation
Query And Write
delete
find
FindAndModify
GetMore
insert
update
Operators
Accumulators
Aggregation
Arithmetic Expression
Array Expression
Array Query
Array Update
Bitwise
Bitwise Query
Bitwise Update
Comparison Query
Conditional Expression
Data Size
Date Expression
Element Query
Evaluation Query
Field Update
Geospatial
Literal Expression
Logical Query
Miscellaneous
Miscellaneous Query
Object Expression
Projection
Set Expression
Timestamp Expression
Variable Expression
Window Operators
Reference/Commands/Query And Write

MongoDB Query Language (MQL) Query And Write Commands

Query and write operations allow you to retrieve, insert, update, and delete documents in your DocumentDB collections. These operations are fundamental for interacting with your data, enabling you to perform CRUD (Create, Read, Update, Delete) tasks efficiently.

delete

The delete command in DocumentDB deletes documents that match a specified criteria

find

The find command in DocumentDB returns documents that match a specified filter criteria

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.

insert

The insert command in DocumentDB creates new documents in a collection

update

The update commands in DocumentDB modify documents within a collection that match specific filters

Copyright © DocumentDB a Series of LF Projects, LLC. For web site terms of use, trademark policy and other project policies please see https://lfprojects.org.