Uses of Class
com.datastax.astra.client.collections.commands.options.CollectionInsertManyOptions
Package
Description
Top package to interact with Collections
Options and Inputs for Collections commands.
-
Uses of CollectionInsertManyOptions in com.datastax.astra.client.collections
Modifier and TypeMethodDescriptionCollection.insertMany
(List<? extends T> documents, CollectionInsertManyOptions options) Inserts a batch of documents into the collection concurrently, optimizing the insertion process for large datasets.Collection.insertManyAsync
(List<? extends T> documents, CollectionInsertManyOptions options) Asynchronously inserts a batch of documents into the collection with customizable insertion options. -
Uses of CollectionInsertManyOptions in com.datastax.astra.client.collections.commands.options
Modifier and TypeMethodDescriptionCollectionInsertManyOptions.requestTimeout
(long timeoutMillis) Specialization of the timeout options for this command.