| BulkWriteOptions |
The options to apply to a bulk write.
|
| Collation |
The options regarding collation support in MongoDB 3.4+
|
| CountOptions |
The options for a count operation.
|
| CreateCollectionOptions |
Options for creating a collection
|
| CreateIndexOptions |
|
| CreateViewOptions |
Options for creating a view
|
| DeleteManyModel<T> |
|
| DeleteOneModel<T> |
|
| DeleteOptions |
The options to apply when deleting documents.
|
| DropIndexOptions |
The options to apply to the command when dropping indexes.
|
| EstimatedDocumentCountOptions |
The options an estimated count operation.
|
| FindOneAndDeleteOptions |
The options to apply to an operation that atomically finds a document and deletes it.
|
| FindOneAndReplaceOptions |
The options to apply to an operation that atomically finds a document and replaces it.
|
| FindOneAndUpdateOptions |
The options to apply to an operation that atomically finds a document and updates it.
|
| IndexModel |
|
| IndexOptionDefaults |
The default options for a collection to apply on the creation of indexes.
|
| IndexOptions |
The options to apply to the creation of an index.
|
| InsertManyOptions |
The options to apply to an operation that inserts multiple documents into a collection.
|
| InsertOneModel<T> |
|
| InsertOneOptions |
The options to apply to an operation that inserts a single document into a collection.
|
| RenameCollectionOptions |
The options to apply when renaming a collection.
|
| ReplaceOneModel<T> |
|
| ReplaceOptions |
The options to apply when replacing documents.
|
| UpdateManyModel<T> |
|
| UpdateOneModel<T> |
|
| UpdateOptions |
The options to apply when updating documents.
|
| ValidationOptions |
Validation options for documents being inserted or updated in a collection
|
| WriteModel<T> |
|