RiakBucketKeyInputAdd Method (String, String) |
Note: This API is now obsolete.
Adds a (bucket, key) pair 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 RiakObjectId instead. This will be removed in the next version.")]
public RiakBucketKeyInput Add(
string bucket,
string key
)
[<ObsoleteAttribute("Use the Add() that accepts a RiakObjectId instead. This will be removed in the next version.")>]
member Add :
bucket : string *
key : string -> RiakBucketKeyInput
Parameters
- bucket
- Type: SystemString
The bucket of the object address to add to the input collection. - key
- Type: SystemString
The key of the object address to add to the input collection.
Return Value
Type:
RiakBucketKeyInputA reference to this updated instance, for fluent chaining.
See Also