RiakBucketKeyKeyDataInputAdd Method (IEnumerableTupleString, 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(
IEnumerable<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 : IEnumerable<Tuple<string, string, Object>> -> RiakBucketKeyKeyDataInput
Parameters
- pairs
- Type: System.Collections.GenericIEnumerableTupleString, String, Object
The (bucket, key, keyData) tuple collection to add to the inputs collection.
Return Value
Type:
RiakBucketKeyKeyDataInputA reference to this updated instance, for fluent chaining.
See Also