Initializes a new instance of the
RiakLink class.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakLink(
string bucket,
string key,
string tag
)
new :
bucket : string *
key : string *
tag : string -> RiakLink
Parameters
- bucket
- Type: SystemString
The target bucket name for the link. - key
- Type: SystemString
The target key for the link. - tag
- Type: SystemString
The link tag.
Remarks
Can only be used with objects in the Default Bucket Type.
Linkwalking is depreciated, and this class may be removed in the future.
See Also