Click or drag to resize
RiakBucketKeyKeyDataInputAdd Method (String, String, Object)

Note: This API is now obsolete.

Adds a (bucket, key, keyData) tuple to the mapreduce inputs collection.

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
[ObsoleteAttribute("Use the Add() that accepts a RiakIndexId instead. This will be removed in the next version.")]
public RiakBucketKeyKeyDataInput Add(
	string bucket,
	string key,
	Object keyData
)

Parameters

bucket
Type: SystemString
The bucket of the object address to add to the inputs collection.
key
Type: SystemString
The key of the object address to add to the inputs collection.
keyData
Type: SystemObject
The keyData that goes with the bucket and key to add to the inputs collection.

Return Value

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