Click or drag to resize

IIndexLookupRecord Interface

Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
14c (14.1.1.0)
F23534-02
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.14 (14.1.1.14)
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