RiakMapReduceResultPhaseGetObjectIds Method |
Namespace:
RiakClient.Models.MapReduce
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public IList<RiakObjectId> GetObjectIds()
member GetObjectIds : unit -> IList<RiakObjectId>
Return Value
Type:
IListRiakObjectIdIList of
RiakObjectIdRemarks 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