Click or drag to resize
RiakBucketKeyInputFromRiakObjectIds Method
Initializes a new instance of the RiakBucketKeyInput class, and adds the attached riakObjectIds to the collection of inputs.

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static RiakBucketKeyInput FromRiakObjectIds(
	IEnumerable<RiakObjectId> riakObjectIds
)

Parameters

riakObjectIds
Type: System.Collections.GenericIEnumerableRiakObjectId
The object ids to add to the input collection.

Return Value

Type: RiakBucketKeyInput
The newly created RiakBucketKeyInput.
See Also