Click or drag to resize
RiakConstantsIndexSuffix Class
Represents the Secondary Index name suffixes used to determine the index's type.
Inheritance Hierarchy
SystemObject
  RiakClientRiakConstantsIndexSuffix

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

The RiakConstantsIndexSuffix type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberBinary
The suffix for string(binary) indexes.
Public fieldStatic memberInteger
The suffix for integer indexes.
Top
See Also