Package com.couchbase.client.kotlin

Types

Link copied to clipboard
class BinaryCollection
Link copied to clipboard
class Bucket
Link copied to clipboard
class Cluster

Main entry point for interacting with a Couchbase Server cluster.

Link copied to clipboard
class Collection

Operations that act on a Couchbase collection.

Link copied to clipboard
class CommonOptions(timeout: Duration?, parentSpan: RequestSpan?, retryStrategy: RetryStrategy?, clientContext: Map<String, Any?>?)

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)

Identifies a collection by its fully-qualified path: bucket name, scope name, and collection name.

Link copied to clipboard
class Scope(name: String, bucket: Bucket)