Class CreateKeyspaceOptions

java.lang.Object
com.datastax.astra.client.core.options.BaseOptions<CreateKeyspaceOptions>
com.datastax.astra.client.databases.commands.options.CreateKeyspaceOptions
All Implemented Interfaces:
Cloneable

public class CreateKeyspaceOptions extends BaseOptions<CreateKeyspaceOptions>
Set of options used when creating a table
  • Field Details

  • Constructor Details

    • CreateKeyspaceOptions

      public CreateKeyspaceOptions()
      Default constructor
  • Method Details

    • isIfNotExists

      public boolean isIfNotExists()
      Gets ifNotExists
      Returns:
      value of ifNotExists
    • isUpdateDBKeyspace

      public boolean isUpdateDBKeyspace()
      Gets updateDBKeyspace
      Returns:
      value of updateDBKeyspace