IVBucket Interface |
Namespace: Couchbase.Core.Sharding
public interface IVBucket : IMappedNode
The IVBucket type exposes the following members.
| Name | Description | |
|---|---|---|
| BucketName |
Name of the bucket this vBucket is associated with.
| |
| HasReplicas |
Gets a value indicating whether this instance has replicas.
| |
| Index |
Gets the index of the VBucket.
| |
| Primary |
Gets the index of the primary node in the VBucket.
| |
| Replicas |
Gets an array of replica indexes.
|
| Name | Description | |
|---|---|---|
| LocateReplica |
Locates a replica for a given index.
|