RiakBucketKeyInputAdd Method (TupleString, 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 RiakObjectId[] instead. This will be removed in the next version.")]
public RiakBucketKeyInput Add(
params Tuple<string, string>[] pairs
)
[<ObsoleteAttribute("Use the Add() that accepts RiakObjectId[] instead. This will be removed in the next version.")>]
member Add :
pairs : Tuple<string, string>[] -> RiakBucketKeyInput
Parameters
- pairs
- Type: SystemTupleString, 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