isHealthy
suspend fun isHealthy(bucketName: String, common: CommonOptions = CommonOptions.Default): Boolean
Content copied to clipboard
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.