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
)
member FromRiakLink :
link : RiakLink -> RiakFluentLinkPhase
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:
RiakFluentLinkPhaseA reference to this updated instance, for fluent chaining.
See Also