BinIndex Class |
Namespace: RiakClient.Models.Index
The BinIndex type exposes the following members.
Name | Description | |
---|---|---|
IndexSuffix | (Overrides SecondaryIndexTClass, TIndexIndexSuffix.) | |
Name |
The name of the index.
(Inherited from SecondaryIndexTClass, TIndex.) | |
TypedThis | (Overrides SecondaryIndexTClass, TIndexTypedThis.) | |
Values |
The term values for the index.
(Inherited from SecondaryIndexTClass, TIndex.) |
Name | Description | |
---|---|---|
Add(IEnumerableString) |
Add the IEnumerableT collection of term values to the index.
(Overrides SecondaryIndexTClass, TIndexAdd(IEnumerableTIndex).) | |
Add(String) |
Adds the params array collection of term values to the index.
(Overrides SecondaryIndexTClass, TIndexAdd(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(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(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.) |
Name | Description | |
---|---|---|
Container | (Inherited from SecondaryIndexTClass, TIndex.) |