Click or drag to resize
RiakMapReduceResultPhaseGetObjectIds Method
Deserialize a List of RiakObjectId from $key query

Namespace:  RiakClient.Models.MapReduce
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public IList<RiakObjectId> GetObjectIds()

Return Value

Type: IListRiakObjectId
IList of RiakObjectId
Remarks
This is designed specifically to deal with the data structure that is returned from Riak when querying the $key index. This should be used when querying $key directly or through one of the convenience methods.
See Also