RiakBinIndexRangeInput Class |
Namespace: RiakClient.Models.MapReduce.Inputs
The RiakBinIndexRangeInput type exposes the following members.
Name | Description | |
---|---|---|
RiakBinIndexRangeInput(RiakIndexId, String, String) |
Initializes a new instance of the RiakBinIndexRangeInput class.
| |
RiakBinIndexRangeInput(String, String, String, String) | Obsolete.
Initializes a new instance of the RiakBinIndexRangeInput class.
|
Name | Description | |
---|---|---|
Bucket | Obsolete.
The bucket containing the index to query.
(Inherited from RiakIndexInput.) | |
End |
The inclusive upper bound of the string range to query for.
| |
Filters |
A list of key filters represented as IRiakKeyFilterTokens.
(Inherited from RiakPhaseInput.) | |
Index | Obsolete.
The name of the index to query.
(Inherited from RiakIndexInput.) | |
IndexId |
The RiakIndexId of the index to query.
(Inherited from RiakIndexInput.) | |
Start |
The inclusive lower bound of the string range to query for.
|
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) | |
WriteBucketKeyBucketJson | (Inherited from RiakPhaseInput.) | |
WriteIndexHeaderJson | (Inherited from RiakIndexInput.) | |
WriteJson |
Serialize the phase input to JSON and write it using the writer.
(Overrides RiakPhaseInputWriteJson(JsonWriter).) |