Interface IIndexLookupRecord
An IIndexLookupRecord holds the recorded information about an index lookup performed during filter evaluation as part of a query record.
An IIndexLookupRecord is created each time that RecordExtractor(ValueExtractor) is called on a query record step.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IIndexLookupRecord
Properties
ExtractorDescription
A description of the extractor that was used for the index lookup.
Declaration
string ExtractorDescription { get; }
Property Value
Type | Description |
---|---|
string |
IndexDescription
A description of the associated index.
Declaration
string IndexDescription { get; }
Property Value
Type | Description |
---|---|
string |
IsOrdered
Indicates whether or not the associated index is ordered.
Declaration
bool IsOrdered { get; }
Property Value
Type | Description |
---|---|
bool |