Click or drag to resize

IIndexLookupRecord Interface

.NET API Reference for Oracle® Coherence Community Edition
(14.1.1.0)
E55634-01
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 (in Coherence.dll) Version: 14.1.1.1 (14.1.1.1)
Syntax
C#
public interface IIndexLookupRecord

The IIndexLookupRecord type exposes the following members.

Properties
  NameDescription
Public propertyExtractorDescription
A description of the extractor that was used for the index lookup.
Public propertyIndexDescription
A description of the associated index.
Public propertyIsOrdered
Indicates whether or not the associated index is ordered.
Top
See Also