Package com.couchbase.client.kotlin

Types

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

Main entry point for interacting with a Couchbase Server cluster.

Collection
Link copied to clipboard
class Collection

Operations that act on a Couchbase collection.

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

Options that apply most requests.

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