Click or drag to resize
RiakBucketKeyKeyDataInputAdd Method (RiakObjectId, Object)
Adds a (RiakObjectId, keyData) pair to the mapreduce inputs collection.

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public RiakBucketKeyKeyDataInput Add(
	RiakObjectId objectId,
	Object keyData
)

Parameters

objectId
Type: RiakClient.ModelsRiakObjectId
The RiakObjectId to add to the inputs collection.
keyData
Type: SystemObject
The keyData that goes with the objectId to add to the inputs collection.

Return Value

Type: RiakBucketKeyKeyDataInput
A reference to this updated instance, for fluent chaining.
See Also