ViewQueryBucketName Property |
Gets the name of the
IBucket that the query is targeting.
Namespace: Couchbase.ViewsAssembly: Couchbase (in Couchbase.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic string BucketName { get; }
Public ReadOnly Property BucketName As String
Get
public:
virtual property String^ BucketName {
String^ get () sealed;
}
abstract BucketName : string with get
override BucketName : string with get
Property Value
Type:
StringImplements
IViewQueryBucketName
See Also