Gets the name of the
IBucket that the query is targeting.
Namespace: Couchbase.ViewsAssembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntaxstring BucketName { get; }
string BucketName { get; }
ReadOnly Property BucketName As String
Get
ReadOnly Property BucketName As String
Get
property String^ BucketName {
String^ get ();
}
property String^ BucketName {
String^ get ();
}
abstract BucketName : string with get
abstract BucketName : string with get
Property Value
Type:
String
See Also