Package com.datastax.astra.client.model
Class KeyspaceInformation
java.lang.Object
com.datastax.astra.client.model.KeyspaceInformation
Represents the keyspace definition with its name and metadata.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Replication strategies -
Constructor Summary
ConstructorDescriptionThe options of the namespace.KeyspaceInformation
(String name) Default Constructor. -
Method Summary
-
Constructor Details
-
KeyspaceInformation
public KeyspaceInformation()The options of the namespace. keyspace private KeyspaceOptions options; /** Default Constructor. -
KeyspaceInformation
Default Constructor.- Parameters:
name
- create keyspace information with name
-
-
Method Details