[]
Gets the indexing algorithm used by the index.
public abstract IndexingAlgorithm Algorithm { get; }
| Type | Description |
|---|---|
| IndexingAlgorithm | An IndexingAlgorithm used by the index. In the current version, only one algorithm is supported, RedBlackTree. Later versions may support other algorithms, such as bitmap or hash indexes. |