RiakResultTResult Class |
Namespace: RiakClient
The RiakResultTResult type exposes the following members.
Name | Description | |
---|---|---|
RiakResultTResult(RiakResult) | Initializes a new instance of the RiakResultTResult class | |
RiakResultTResult(Exception, ResultCode, Boolean) | Initializes a new instance of the RiakResultTResult class | |
RiakResultTResult(TResult, Boolean, String, ResultCode, Boolean) | Initializes a new instance of the RiakResultTResult class |
Name | Description | |
---|---|---|
Continuation |
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.
| |
Done | Is the current paginated query / streaming query done? | |
ErrorMessage |
The error message returned from the Riak operation, in the case that the operation was not a success.
(Inherited from RiakResult.) | |
Exception |
The Exception returned from the Riak operation.
(Inherited from RiakResult.) | |
IsSuccess | true if the Riak operation was a success, otherwise, false.
(Inherited from RiakResult.) | |
ResultCode |
The ResultCode returned from the operation.
(Inherited from RiakResult.) | |
Value |
The return value from the Riak operation.
|
Name | Description | |
---|---|---|
Equals(Object) |
Determines whether the specified object is equal to the current object.
(Overrides ObjectEquals(Object).) | |
Equals(RiakResultTResult) |
Determines whether the specified object is equal to the current object.
| |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode |
Returns a hash code for the current object.
Uses a combination of the public properties to calculate the hash.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |