QueryStatistics class

Contains the number of log events scanned by the query, the number of log events that matched the query criteria, and the total number of bytes in the log events that were scanned.

Constructors

QueryStatistics({double? bytesScanned, double? recordsMatched, double? recordsScanned})
QueryStatistics.fromJson(Map<String, dynamic> json)
factory

Properties

bytesScanned double?
The total number of bytes in the log events scanned during the query.
final
hashCode int
The hash code for this object.
no setterinherited
recordsMatched double?
The number of log events that matched the query string.
final
recordsScanned double?
The total number of log events scanned during the query.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited