Class NamespaceInformation

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

public class NamespaceInformation extends Object
Represents the Namespace (keyspac) definition with its name and metadata.
  • Constructor Details

    • NamespaceInformation

      public NamespaceInformation()
      Default Constructor.
    • NamespaceInformation

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