Click or drag to resize
IntIndex Class
An integer secondary index for a RiakObject.
Inheritance Hierarchy
SystemObject
  RiakClient.Models.IndexSecondaryIndexIntIndex, BigInteger
    RiakClient.Models.IndexIntIndex

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

The IntIndex type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd(IEnumerableString)
Public methodAdd(String)
Adds the term values collection in param string[] values to the index.
Public methodAdd(IEnumerableTIndex) (Inherited from SecondaryIndexTClass, TIndex.)
Public methodAdd(TIndex)
Adds the params array collection of term values to the index.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodClear
Clear the terms for this index instance.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodDelete
Delete this index from it's parent RiakObject.
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.
(Inherited from SecondaryIndexTClass, TIndex.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove(IEnumerableString)
Public methodRemove(String)
Removes the term values in param string[] values from the index.
Public methodRemove(IEnumerableTIndex)
Removes the params array valuesToRemove of term values from the index.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodRemove(TIndex)
Removes the collection valuesToRemove of term values from the index.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodSet(IEnumerableString)
Sets the term collection to those term values in the IEnumerableT collection values. Deletes any existing terms in the collection. Similar to an overwriting assignment.
Public methodSet(String)
Sets the term collection to those term values in param string[] values. Deletes any existing terms in the collection. Similar to an overwriting assignment.
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.
(Inherited from SecondaryIndexTClass, TIndex.)
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.
(Inherited from SecondaryIndexTClass, TIndex.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also