RiakBucketKeyInputAdd Method (IEnumerableTupleString, String) |
Note: This API is now obsolete.
Adds a collection of (bucket, key) pairs to the mapreduce inputs collection.
Namespace:
RiakClient.Models.MapReduce.Inputs
Assembly:
RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax [ObsoleteAttribute("Use the Add() that accepts an IEnumerable<RiakObjectId> instead. This will be removed in the next version.")]
public RiakBucketKeyInput Add(
IEnumerable<Tuple<string, string>> pairs
)
[<ObsoleteAttribute("Use the Add() that accepts an IEnumerable<RiakObjectId> instead. This will be removed in the next version.")>]
member Add :
pairs : IEnumerable<Tuple<string, string>> -> RiakBucketKeyInput
Parameters
- pairs
- Type: System.Collections.GenericIEnumerableTupleString, String
The (bucket, key) pairs to add to the input collection.
Return Value
Type:
RiakBucketKeyInputA reference to this updated instance, for fluent chaining.
See Also