Package com. couchbase. client. kotlin
Types
Link copied to clipboard
Link copied to clipboard
Operations that act on a Couchbase collection.
Link copied to clipboard
class CommonOptions(timeout: Duration?, parentSpan: RequestSpan?, retryStrategy: RetryStrategy?, clientContext: Map<String, Any?>?)
Content copied to clipboard
Options that apply most requests.
Link copied to clipboard
class Keyspace(bucket: String, @SinceCouchbase(value = "7.0" ) scope: String, @SinceCouchbase(value = "7.0" ) collection: String)
Content copied to clipboard
Identifies a collection by its fully-qualified path: bucket name, scope name, and collection name.