Class KeyspaceInformation

java.lang.Object
com.datastax.astra.client.model.KeyspaceInformation

public class KeyspaceInformation extends Object
Represents the keyspace definition with its name and metadata.
  • Constructor Details

    • KeyspaceInformation

      public KeyspaceInformation()
      The options of the namespace. keyspace private KeyspaceOptions options; /** Default Constructor.
    • KeyspaceInformation

      public KeyspaceInformation(String name)
      Default Constructor.
      Parameters:
      name - create keyspace information with name
  • Method Details