Click or drag to resize
RiakIndexKeys Method (String, String, String)
Retrieve a list of keys between the start and end values

Namespace:  RiakClient.Models.MapReduce.Inputs
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static RiakIndexInput Keys(
	string bucket,
	string start,
	string end
)

Parameters

bucket
Type: SystemString
Bucket Name.
start
Type: SystemString
Beginning of key range to be retrieved
end
Type: SystemString
End of key range being retrieved

Return Value

Type: RiakIndexInput
List of keys between start and end values
Remarks
This is a wrapper around a range query on the $key index in Riak. Working with secondary indexes requires that users enable the LevelDB backend and restart their cluster.
See Also