GetQueryResultsResponse class
Properties
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
results
→ List<List<ResultField>>?
-
The log events that matched the query criteria during the most recent time
it ran.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
statistics
→ QueryStatistics?
-
Includes 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. These values reflect the full raw results of
the query.
final
-
status
→ QueryStatus?
-
The status of the most recent running of the query. Possible values are
Cancelled
, Complete
, Failed
,
Running
, Scheduled
, Timeout
, and
Unknown
.
final
Methods
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited