Index<T> Properties
Properties
| Depth | Gets the number of levels in the index. |
| IsSorted | Gets whether the values in the index are sorted. |
| IsUnique | Gets whether the values in the index are unique. |
| Item[IList<Int32>] | Gets the specified subset of the index. |
| Item[Int32] | Gets the element at the specified position in the index. |
| Item[Int32, Int32] | Gets the value of the index at the specified position and level. |
| Keep | Gets or sets whether indexes derived from this index should maintain the sort order. |
| Keep | Gets or sets whether indexes derived from this index should maintain the uniqueness of keys. |
| Length | Gets the length of the index. |
| Name | Gets or sets the name of the index. |
| Sort | Gets or sets how the values in the index are sorted. |