Click or drag to resize
RiakConstantsSystemIndexKeys Class
A collection of special secondary index names.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsSystemIndexKeys

Namespace:  RiakClient
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public static class SystemIndexKeys

The RiakConstantsSystemIndexKeys type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberRiakBucketIndex
The index name for the special system bucket index. This index holds all the different bucket values.
Public fieldStatic memberRiakKeysIndex
The index name for the special system key index. This index holds all the different keys for a bucket.
Public fieldStatic memberSystemBinKeys
A collection of all the system binary index names.
Public fieldStatic memberSystemIntKeys
A collection of all the system integer index names.
Top
See Also