Click or drag to resize
BinIndex Class
A binary secondary index for a RiakObject.
Inheritance Hierarchy
SystemObject
  RiakClient.Models.IndexSecondaryIndexBinIndex, String
    RiakClient.Models.IndexBinIndex

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

The BinIndex type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd(IEnumerableString) (Overrides SecondaryIndexTClass, TIndexAdd(IEnumerableTIndex).)
Public methodAdd(String)
Adds the params array collection of term values to the index.
(Overrides SecondaryIndexTClass, TIndexAdd(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(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(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