Class DropTableIndexOptions
java.lang.Object
com.datastax.astra.client.core.options.BaseOptions<DropTableIndexOptions>
com.datastax.astra.client.tables.commands.options.DropTableIndexOptions
- All Implemented Interfaces:
Cloneable
Options for dropping an index on a table.
-
Field Summary
Fields inherited from class com.datastax.astra.client.core.options.BaseOptions
commandType, dataAPIClientOptions, serializer, token
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets keyspaceboolean
Accessor for serialization.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, serializer, timeout, timeout, timeout, timeoutOptions, token, toString, unregisterObserver
-
Field Details
-
IF_EXISTS
Improve syntax.
-
-
Constructor Details
-
DropTableIndexOptions
public DropTableIndexOptions()Default constructor
-
-
Method Details
-
isIfExists
public boolean isIfExists()Accessor for serialization.- Returns:
- accessor for serialization
-
getKeyspace
Gets keyspace- Returns:
- value of keyspace
-