Extends the DataStax driver's client options with additional configurations for service providers, enabling the customization of Cassandra client instances based on specific service requirements. This interface integrates native driver configurations with custom extensions, facilitating the connection to Cassandra databases, including managed services like Astra DB.
serviceProviderArgs: Optional. Contains the connection arguments for specific Cassandra service providers,
such as Astra DB. This allows for detailed and service-specific client configurations,
enhancing connectivity and functionality across different Cassandra environments.Incorporating this interface into client creation processes ensures a comprehensive setup, encompassing both standard and extended options for robust and versatile Cassandra database interactions.
interface CassandraChatMessageHistoryOptionsAWS Credentials.
If no credentials are provided, the default credentials from @aws-sdk/credential-provider-node will be used.
The name of the Cassandra keyspace to be used by the key-value store. The keyspace must exist.
The name of the table within the specified keyspace dedicated to storing key-value pairs. The table will be created if it does not exist.
AWS Credentials.
The name of the Cassandra keyspace to be used by the key-value store.