Expand description
Options for configuring a connection to a Couchbase cluster.
The primary type is ClusterOptions, which holds authentication credentials, TLS settings,
compression, timeouts, and other connection-level configuration. Pass it to
Cluster::connect to establish a connection.
Structs§
- Cluster
Options - Configuration options for connecting to a Couchbase cluster.
- DnsOptions
- Custom DNS resolver configuration. Volatile: This feature is subject to change at any time.
- Http
Options - Configuration for the HTTP client used by query, search, analytics, and management services.
- KvOptions
- Configuration for key-value (memcached protocol) connections.
- Orphan
Reporter Options - Configuration for the orphan response reporter.
- Poller
Options - Configuration for the cluster map configuration poller.
- TlsOptions
- TLS configuration for secure connections.
Enums§
- Compression
Mode - Controls whether the SDK compresses KV request/response bodies.