IIndex Properties

This API is preliminary and subject to change.

Properties

CountGets the number of elements contained in the ICollection.
(Inherited from ICollection)
Depth Gets the number of levels in the index.
IsSynchronizedGets 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.
KeyType Gets the type of the keys.
Length Gets the number of items in the index.
Name Gets or sets the name of the index.
SyncRootGets an object that can be used to synchronize access to the ICollection.
(Inherited from ICollection)

See Also