Bucket
Functions
Link copied to clipboard
Returns the requested collection in the bucket's default scope.
Link copied to clipboard
Link copied to clipboard
Returns the default collection in this bucket's default scope.
Link copied to clipboard
Returns this bucket's default scope.
Link copied to clipboard
suspend fun ping(common: CommonOptions = CommonOptions.Default, services: Set<ServiceType> = emptySet(), reportId: String = UUID.randomUUID().toString()): PingResult
Content copied to clipboard
Pings services in the Couchbase cluster.
Link copied to clipboard
Content copied to clipboard
Queries a view on the bucket.
Link copied to clipboard
suspend fun waitUntilReady(timeout: Duration, services: Set<ServiceType> = emptySet(), desiredState: ClusterState = ClusterState.ONLINE): Bucket
Content copied to clipboard
Waits until SDK bootstrap is complete and the desired ClusterState is observed.