Uses of Class
com.datastax.astra.client.collections.commands.results.CollectionInsertManyResult
-
Uses of CollectionInsertManyResult in com.datastax.astra.client.collections
Modifier and TypeMethodDescriptionCollection.insertMany
(List<? extends T> documents) Inserts a batch of documents into the collection using default insertion options.Collection.insertMany
(List<? extends T> documents, CollectionInsertManyOptions options) Inserts a batch of documents into the collection concurrently, optimizing the insertion process for large datasets.Collection.insertMany
(T... documents) Inserts a batch of documents into the collection using default insertion options.Modifier and TypeMethodDescriptionCollection.insertManyAsync
(List<? extends T> documents) Asynchronously inserts a batch of documents into the collection using default insertion options.Collection.insertManyAsync
(List<? extends T> documents, CollectionInsertManyOptions options) Asynchronously inserts a batch of documents into the collection with customizable insertion options.