IntIndex Methods |
The IntIndex type exposes the following members.
Name | Description | |
---|---|---|
Add(IEnumerableString) |
Adds the term values in the IEnumerableT collection values to the index.
| |
Add(String) |
Adds the term values collection in param string[] values to the index.
| |
Add(IEnumerableTIndex) |
Add the IEnumerableT collection of term values to the index.
(Inherited from SecondaryIndexTClass, TIndex.) | |
Add(TIndex) |
Adds the params array collection of term values to the index.
(Inherited from SecondaryIndexTClass, TIndex.) | |
Clear |
Clear the terms for this index instance.
(Inherited from SecondaryIndexTClass, TIndex.) | |
Delete |
Delete this index from it's parent RiakObject.
| |
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
HasValue |
Determines whether an element is in the terms collection.
(Inherited from SecondaryIndexTClass, TIndex.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove(IEnumerableString) |
Removes the term values in the IEnumerableT collection values from the index.
| |
Remove(String) |
Removes the term values in param string[] values from the index.
| |
Remove(IEnumerableTIndex) |
Removes the params array valuesToRemove of term values from the index.
(Inherited from SecondaryIndexTClass, TIndex.) | |
Remove(TIndex) |
Removes the collection valuesToRemove of term values from the index.
(Inherited from SecondaryIndexTClass, TIndex.) | |
Set(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.
| |
Set(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.
| |
Set(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.) | |
Set(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.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |