Class TableOptions

All Implemented Interfaces:
Cloneable

public class TableOptions extends BaseOptions<TableOptions>
The options to use for the data API client.
  • Constructor Details

    • TableOptions

      public TableOptions()
      Default constructor nor overriding token nor options
    • TableOptions

      public TableOptions(String token, DataAPIClientOptions options)
      Constructor with options and not token override.
      Parameters:
      token - the token to use for the database
      options - data API client options
  • Method Details

    • getKeyspace

      public String getKeyspace()
      Gets keyspace
      Returns:
      value of keyspace