Uses of Class
com.datastax.astra.client.collections.commands.options.DropCollectionOptions
Packages that use DropCollectionOptions
Package
Description
Top package to interact with Databases and Keyspaces.
-
Uses of DropCollectionOptions in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases with parameters of type DropCollectionOptionsModifier and TypeMethodDescriptionvoid
Database.dropCollection
(String collectionName, DropCollectionOptions dropCollectionOptions) Deletes a collection from the database.