Class DropKeyspaceOptions
java.lang.Object
com.datastax.astra.client.core.options.BaseOptions<DropKeyspaceOptions>
com.datastax.astra.client.databases.commands.options.DropKeyspaceOptions
- 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
Methods 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_EXISTS
Improve syntax.
-
-
Constructor Details
-
DropKeyspaceOptions
public DropKeyspaceOptions()Default constructor
-
-
Method Details
-
isIfExists
public boolean isIfExists()Accessor for serialization.- Returns:
- accessor for serialization
-