Package com.datastax.astra.client.tables
Class TableOptions
java.lang.Object
com.datastax.astra.client.core.options.BaseOptions<TableOptions>
com.datastax.astra.client.tables.TableOptions
- All Implemented Interfaces:
- Cloneable
The options to use for the data API client.
- 
Field SummaryFields inherited from class com.datastax.astra.client.core.options.BaseOptionscommandType, dataAPIClientOptions, serializer, token
- 
Constructor SummaryConstructorsConstructorDescriptionDefault constructor nor overriding token nor optionsTableOptions(String token, DataAPIClientOptions options) Constructor with options and not token override.
- 
Method SummaryMethods inherited from class com.datastax.astra.client.core.options.BaseOptionsadminAdditionalHeaders, 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
- 
Constructor Details- 
TableOptionspublic TableOptions()Default constructor nor overriding token nor options
- 
TableOptionsConstructor with options and not token override.- Parameters:
- token- the token to use for the database
- options- data API client options
 
 
- 
- 
Method Details- 
getKeyspaceGets keyspace- Returns:
- value of keyspace
 
 
-