Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

RecordType enum specifies whether the QueryRecorder should be used to produce a QueryRecord object that contains an estimated or an actual cost of the query execution.

Namespace:  Tangosol.Util.Aggregator
Assembly:  Coherence (in Coherence.dll) Version: 3.7.1.23 (3.7.1.23)

Syntax

C#
public enum RecordType

Members

Member nameDescription
Explain
Produce a QueryRecord object that contains an estimated cost of the query execution.
Trace
Produce a QueryRecord object that contains the actual cost of the query execution.

See Also