- deleteMany($this$deleteMany, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, clientSession, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, filters, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteMany($this$deleteMany, clientSession, filters, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes all documents from the collection that match the given query filter. If no documents match, the collection is not modified.
- deleteOne($this$deleteOne, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOne($this$deleteOne, clientSession, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the collection that matches the given filter. If no documents match, the collection is not
modified.
- deleteOneById($this$deleteOneById, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the id parameter. If no documents match, the collection is not
modified.
- deleteOneById($this$deleteOneById, clientSession, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Removes at most one document from the id parameter. If no documents match, the collection is not
modified.
- dropCollection($this$dropCollection, collectionName) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoDatabasesKt
-
Drops this collection from the Database.
- ensureIndex($this$ensureIndex, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureIndex($this$ensureIndex, clientSession, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureIndex($this$ensureIndex, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureIndex($this$ensureIndex, clientSession, keys, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureIndex($this$ensureIndex, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureIndex($this$ensureIndex, clientSession, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureUniqueIndex($this$ensureUniqueIndex, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an IndexOptions.unique index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- ensureUniqueIndex($this$ensureUniqueIndex, clientSession, properties, indexOptions) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Create an IndexOptions.unique index with the given keys and options.
If the creation of the index is not doable because an index with the same keys but with different IndexOptions
already exists, then drop the existing index and create a new one.
- find($this$find, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($this$find, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filter in the collection.
- find($this$find, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filters in the collection.
- find($this$find, clientSession, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds all documents that match the filters in the collection.
- findOne($this$findOne, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, clientSession, filter) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filter in the collection.
- findOne($this$findOne, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOne($this$findOne, clientSession, filters) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the first document that match the filters in the collection.
- findOneAndDelete($this$findOneAndDelete, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndDelete($this$findOneAndDelete, clientSession, filter, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and remove it.
- findOneAndReplace($this$findOneAndReplace, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndReplace($this$findOneAndReplace, clientSession, filter, replacement, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and replace it.
- findOneAndUpdate($this$findOneAndUpdate, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and update it.
- findOneAndUpdate($this$findOneAndUpdate, clientSession, filter, update, options) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Atomically find a document and update it.
- findOneById($this$findOneById, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the document that match the id parameter.
- findOneById($this$findOneById, clientSession, id) - Static method in class org.litote.kmongo.rxjava2.ReactiveStreamsMongoCollectionsKt
-
Finds the document that match the id parameter.