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
Set of options used when creating a table
-
Field Summary
FieldsFields inherited from class com.datastax.astra.client.core.options.BaseOptions
commandType, dataAPIClientOptions, serializer, token
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets ifNotExistsboolean
Gets updateDBKeyspaceMethods inherited from class com.datastax.astra.client.core.options.BaseOptions
adminAdditionalHeaders, clone, commandType, dataAPIClientOptions, databaseAdditionalHeaders, embeddingApiKey, embeddingAuthProvider, getCommandType, getDataAPIClientOptions, getRequestTimeout, getRequestTimeout, getSerializer, getTimeout, getTimeout, getToken, httpClientOptions, registerObserver, rerankingApiKey, rerankingAuthProvider, serializer, timeout, timeout, timeout, timeoutOptions, token, toString, unregisterObserver
-
Field Details
-
IF_NOT_EXISTS
Improve syntax.
-
-
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
-