RiakMapReduceResultPhase Class |
Namespace: RiakClient.Models.MapReduce
The RiakMapReduceResultPhase type exposes the following members.
Name | Description | |
---|---|---|
![]() | Phase |
The phase number.
|
![]() | Success |
Indicates whether the phase was a success or not.
true if the phase was a success, false, otherwise.
|
![]() | Values |
The collection of raw result values for this phase.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from 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 | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetObjectIds |
Deserialize a List of RiakObjectId from $key query
|
![]() | GetObjectsT |
Deserialize a List of T from the phase results
|
![]() | 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.) |