RiakLinkFromJsonString Method |
Parse the
jsonString parameter into a string array,
and initialize a new instance of the
RiakLink class using the
information it contains.
Namespace:
RiakClient.Models
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public static RiakLink FromJsonString(
string jsonString
)
static member FromJsonString :
jsonString : string -> RiakLink
Parameters
- jsonString
- Type: SystemString
A string containing a JSON-formatted array of 3 strings in the following order:
["Bucket", "Key", "Tag"].
Return Value
Type:
RiakLinkA new instance of the
RiakLink class.
See Also