IIndex Properties
Properties
| Count | Gets the number of elements contained in the ICollection. (Inherited from ICollection) |
| Depth | Gets the number of levels in the index. |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). (Inherited from ICollection) |
| Item[IEnumerable<Int32>] | Gets a subset of the index. |
| Item[IList<Boolean>] | Gets a subset of the index defined by a boolean mask. |
| Item[Int32] | Gets the element at the specified position. |
| Key | Gets the type of the keys. |
| Length | Gets the number of items in the index. |
| Name | Gets or sets the name of the index. |
| Sync | Gets an object that can be used to synchronize access to the ICollection. (Inherited from ICollection) |