isHealthy

suspend fun isHealthy(bucketName: String, common: CommonOptions = CommonOptions.Default): Boolean

Returns true if all nodes report a bucket status of "healthy".

Throws

com.couchbase.client.core.error.BucketNotFoundException

if the specified bucket does not exist.