Optional
defaultThe default maxTimeMS
for all operations on the collection. Will override the maxTimeMS set in the DataAPIClient
options; it can be overridden on a per-operation basis.
This does not mean the request will be cancelled after this time, but rather that the client will wait for this time before considering the request to have timed out.
The request may or may not still be running on the server after this time.
Optional
embeddingThe API key for the embedding service to use, or the EmbeddingHeadersProvider if using a provider that requires it (e.g. AWS bedrock).
Optional
keyspaceThe keyspace to use for the operation.
Optional
namespaceThe keyspace to use for the operation.
This is now a deprecated alias for the strictly equivalent WithKeyspace.keyspace, and will be removed in an upcoming major version.
https://docs.datastax.com/en/astra-db-serverless/api-reference/client-versions.html#version-1-5
Options for spawning a new collection.