Click or drag to resize
RiakResultTResult Properties

The RiakResultTResult generic type exposes the following members.

Properties
  NameDescription
Public propertyContinuation
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.
Public propertyDone
Is the current paginated query / streaming query done?
Public propertyErrorMessage
The error message returned from the Riak operation, in the case that the operation was not a success.
(Inherited from RiakResult.)
Public propertyException
The Exception returned from the Riak operation.
(Inherited from RiakResult.)
Public propertyIsSuccess
true if the Riak operation was a success, otherwise, false.
(Inherited from RiakResult.)
Public propertyResultCode
The ResultCode returned from the operation.
(Inherited from RiakResult.)
Public propertyValue
The return value from the Riak operation.
Top
See Also