RiakBucketKeyInputAdd Method (RiakObjectId) |
Adds a collection of
RiakObjectId to the mapreduce inputs collection.
Namespace:
RiakClient.Models.MapReduce.Inputs
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax public RiakBucketKeyInput Add(
params RiakObjectId[] objectIds
)
member Add :
objectIds : RiakObjectId[] -> RiakBucketKeyInput
Parameters
- objectIds
- Type: RiakClient.ModelsRiakObjectId
The RiakObjectId params array to add to the input collection.
Return Value
Type:
RiakBucketKeyInputA reference to this updated instance, for fluent chaining.
See Also