Uses of Class
io.stargate.sdk.data.CollectionClient
Packages that use CollectionClient
-
Uses of CollectionClient in io.stargate.sdk.data
Fields in io.stargate.sdk.data declared as CollectionClientModifier and TypeFieldDescriptionprotected final CollectionClientCollectionRepository.collectionClientRaw collection client.Methods in io.stargate.sdk.data that return CollectionClientModifier and TypeMethodDescriptionNamespaceClient.collection(String collectionName) Move the document API (namespace client).NamespaceClient.createCollection(CollectionDefinition req) Create a Collection providing a name.NamespaceClient.createCollection(String collection) Create a Collection providing a name.NamespaceClient.createCollection(String collection, int dimension) Create a Collection for vector purposeConstructors in io.stargate.sdk.data with parameters of type CollectionClientModifierConstructorDescriptionCollectionRepository(CollectionClient col, Class<DOC> clazz) Default constructor.