Click or drag to resize
RiakFluentLinkPhaseBucket Method
Configure this Link phase to follow only links that go to a certain bucket.

Namespace:  RiakClient.Models.MapReduce.Fluent
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakFluentLinkPhase Bucket(
	string bucket
)

Parameters

bucket
Type: SystemString
The bucket to limit linkwalking to.

Return Value

Type: RiakFluentLinkPhase
A reference to this updated instance, for fluent chaining.
See Also