RiakBucketKeyKeyDataInputAdd Method (TupleString, String, Object) |
Note: This API is now obsolete.
Adds a collection of (bucket, key, keyData) tuples 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(
params Tuple<string, string, Object>[] pairs
)
[<ObsoleteAttribute("Use the Add() that accepts a RiakIndexId instead. This will be removed in the next version.")>]
member Add :
pairs : Tuple<string, string, Object>[] -> RiakBucketKeyKeyDataInput
Parameters
- pairs
- Type: SystemTupleString, String, Object
The (bucket, key, keyData) tuple params array to add to the inputs collection.
Return Value
Type:
RiakBucketKeyKeyDataInputA reference to this updated instance, for fluent chaining.
See Also