[]
        
(Showing Draft Content)

C1.LiveLinq.Indexing.IndexDefinition-1.Algorithm

Algorithm Property

Algorithm

Gets the indexing algorithm used by the index.

Declaration
public abstract IndexingAlgorithm Algorithm { get; }
Property Value
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.