ViewQuery BucketName Property Couchbase .NET SDK 2.1.0 Documentation
Gets the name of the IBucket that the query is targeting.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.1.0.0 (2.1.0.0)
Syntax
public string BucketName { get; }

Property Value

Type: String

Implements

IViewQuery BucketName
See Also