Click or drag to resize
SecondaryIndexTClass, TIndex Class
Represents an abstract secondary index for a RiakObject.
Inheritance Hierarchy
SystemObject
  RiakClient.Models.IndexSecondaryIndexTClass, TIndex
    RiakClient.Models.IndexBinIndex
    RiakClient.Models.IndexIntIndex

Namespace:  RiakClient.Models.Index
Assembly:  RiakClient (in RiakClient.dll) Version: f9bb17a3f8ff6940b88010a52f202e3d55fe25c5
Syntax
public abstract class SecondaryIndex<TClass, TIndex>

Type Parameters

TClass
The concrete type of the implementing class.
TIndex
The type of the index (BigInteger or String).

The SecondaryIndexTClass, TIndex type exposes the following members.

Constructors
  NameDescription
Protected methodSecondaryIndexTClass, TIndex
Initializes a new instance of the SecondaryIndexTClass, TIndex class
Top
Properties
  NameDescription
Protected propertyIndexSuffix
Public propertyName
The name of the index.
Protected propertyTypedThis
Public propertyValues
The term values for the index.
Top
Methods
  NameDescription
Public methodAdd(IEnumerableTIndex)
Public methodAdd(TIndex)
Adds the params array collection of term values to the index.
Public methodClear
Clear the terms for this index instance.
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodHasValue
Determines whether an element is in the terms collection.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(IEnumerableTIndex)
Removes the params array valuesToRemove of term values from the index.
Public methodRemove(TIndex)
Removes the collection valuesToRemove of term values from the index.
Public methodSet(IEnumerableTIndex)
Sets the term collection to those terms in values collection. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodSet(TIndex)
Sets the term collection to those terms in values params array. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
  NameDescription
Protected fieldContainer
Top
See Also