Interface IQueryRecord
The IQueryRecord object carries a record of the estimated or actual execution cost for a query operation.
Namespace: Tangosol.Util
Assembly: Coherence.dll
Syntax
public interface IQueryRecord
Properties
RecordType
The RecordType that was specified when this query record was created.
Declaration
QueryRecorder.RecordType RecordType { get; }
Property Value
Type | Description |
---|---|
QueryRecorder.RecordType |
Results
The list of partial results for this query record.
Declaration
IList Results { get; }
Property Value
Type | Description |
---|---|
IList |