Uses of Class
com.datastax.astra.client.model.InsertManyResult
-
Uses of InsertManyResult in com.datastax.astra.client
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, InsertManyOptions options) Inserts a batch of documents into the collection concurrently, optimizing the insertion process for large datasets.final InsertManyResult
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, InsertManyOptions options) Asynchronously inserts a batch of documents into the collection with customizable insertion options.