Click or drag to resize
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; }

Property Value

Type: String
Remarks
Valid for Riak 1.4 and newer only.
See Also