Click or drag to resize
RiakFluentLinkPhaseFromRiakLink Method
Configure this Link phase to follow only links with buckets and tags that match those in link.

Namespace:  RiakClient.Models.MapReduce.Fluent
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakFluentLinkPhase FromRiakLink(
	RiakLink link
)

Parameters

link
Type: RiakClient.ModelsRiakLink
The RiakLink containing a bucket and tag to limit linkwalking to. If the RiakLink's Bucket, Key, and Tag are all null or whitespace, then this phase will follow all links.

Return Value

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