Uses of Class
com.datastax.astra.client.collections.definition.CollectionDescriptor
Packages that use CollectionDescriptor
Package
Description
Top package to interact with Databases and Keyspaces.
-
Uses of CollectionDescriptor in com.datastax.astra.client.databases
Methods in com.datastax.astra.client.databases that return types with arguments of type CollectionDescriptorModifier and TypeMethodDescriptionDatabase.listCollections()
Retrieves all collections in this database along with their definitions.Database.listCollections
(ListCollectionOptions listCollectionOptions) Retrieves all collections in this database along with their definitions, customized by the specifiedListCollectionOptions
.