SecondaryIndexTClass, TIndex Class |
Namespace: RiakClient.Models.Index
The SecondaryIndexTClass, TIndex type exposes the following members.
Name | Description | |
---|---|---|
SecondaryIndexTClass, TIndex | Initializes a new instance of the SecondaryIndexTClass, TIndex class |
Name | Description | |
---|---|---|
IndexSuffix | ||
Name |
The name of the index.
| |
TypedThis | ||
Values |
The term values for the index.
|
Name | Description | |
---|---|---|
Add(IEnumerableTIndex) |
Add the IEnumerableT collection of term values to the index.
| |
Add(TIndex) |
Adds the params array collection of term values to the index.
| |
Clear |
Clear the terms for this index instance.
| |
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.
| |
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.
| |
Remove(TIndex) |
Removes the collection valuesToRemove of term values from the index.
| |
Set(IEnumerableTIndex) |
Sets the term collection to those terms in values collection.
Deletes any existing terms in the collection.
Similar to an overwriting assignment.
| |
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.
| |
ToString | Returns a string that represents the current object. (Inherited from Object.) |