Name |
Type |
Description |
|
Set the flag if writing to temporary files is enabled. |
|
|
Set the batch size for methods loading found data in batches. |
|
|
The maximum amount of time for the server to wait on new documents to satisfy a $changeStream aggregation. |
|
|
Set the time limit in milliseconds for processing operations on a cursor. |
Name |
Type |
Description |
|
Sets the document, used by insert, replace, and update operations |
|
|
Sets the filter document, used by replace, update, and delete operations |
|
|
Sets the multi flag, used by update and delete operations |
|
Sets the operation type |
||
|
Sets the upsert flag, used by update and replace operations |
Name |
Type |
Description |
|
Set the ordered option |
|
Set the write option |
Name |
Type |
Description |
|
Create the index in the background |
|
|
Gets the number of precision of the stored geohash value of the location data in 2d indexes. |
|
|
Gets the specified the number of units within which to group the location values for geoHaystack Indexes |
|
|
Gets the language for a text index. The language that determines the list of stop words and the rules for the stemmer and tokenizer. |
|
|
Gets the name of the field that contains the language string. For text indexes, the name of the field, in the collection's documents, that contains the override language for the document. |
|
|
Gets the upper inclusive boundary for the longitude and latitude values for 2d indexes.. |
|
|
Gets the lower inclusive boundary for the longitude and latitude values for 2d indexes.. |
|
|
Gets the name of the index. |
|
|
Get the filter expression for the documents to be included in the index or null if not set |
|
|
If true, the index only references documents with the specified field |
|
|
Gets the 2dsphere index version number. |
|
|
Gets the storage engine options document for this index. |
|
|
The text index version number. |
|
|
Gets if the index should be unique. |
|
|
Gets the index version number. |
|
|
Gets the weighting object for use with a text index A document that represents field and weight pairs. The weight is an integer ranging from 1 to 99,999 and denotes the significance of the field relative to the other indexed fields in terms of the score. |
Name |
Type |
Description |
|
Returns the number of deleted documents |
|
|
Returns the number of inserted documents |
|
|
Returns the number of matched documents |
|
|
Returns the number of modified documents |
|
|
An unmodifiable list of upsert data. Each entry has the index of the request that lead to the upsert, and the generated ID of the upsert. |
Name |
Type |
Description |
|
Set whether multi is enabled |
|
|
Set whether new document property is enabled. Valid only on findOneAnd* methods. |
|
|
Set whether upsert is enabled |
|
Set the write option |