[Missing <summary> documentation for "P:Couchbase.Configuration.Server.Serialization.VBucketServerMap.VBucketMap"]
Namespace: Couchbase.Configuration.Server.SerializationAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic int[][] VBucketMap { get; set; }
public int[][] VBucketMap { get; set; }
Public Property VBucketMap As Integer()()
Get
Set
Public Property VBucketMap As Integer()()
Get
Set
public:
property array<array<int>^>^ VBucketMap {
array<array<int>^>^ get ();
void set (array<array<int>^>^ value);
}
public:
property array<array<int>^>^ VBucketMap {
array<array<int>^>^ get ();
void set (array<array<int>^>^ value);
}
member VBucketMap : int[][] with get, set
member VBucketMap : int[][] with get, set
Property Value
Type:
Int32[][]
See Also