The name of the Bucket.
Namespace: Couchbase.Configuration.Client.ProvidersAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxpublic string Name { get; set; }
public string Name { get; set; }
Public Property Name As String
Get
Set
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
member Name : string with get, set
Property Value
Type:
String
RemarksThe name can be set within the Couchbase Management Console.
See Also