IViewQuery Bucket Method Couchbase .NET SDK 2.0
Sets the name of the Couchbase Bucket.

Namespace: Couchbase.Views
Assembly: Couchbase.NetClient (in Couchbase.NetClient.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax
IViewQuery Bucket(
	string name
)

Parameters

name
Type: System String
The name of the bucket.

Return Value

Type: IViewQuery
An IViewQuery object for chaining
See Also