RiakResultTResultContinuation Property |
An opaque continuation returned if there are still additional
results to be returned in a paginated query. This value should
be supplied to the next query issued to Riak.
Namespace:
RiakClient
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public string Continuation { get; protected set; }
member Continuation : string with get, set
Property Value
Type:
StringRemarks Valid for Riak 1.4 and newer only.
See Also