ScheduledQueryLastRunSummaryExecutionStat class

Constructors

ScheduledQueryLastRunSummaryExecutionStat({Input<int?>? bytesMetered, Input<int?>? cumulativeBytesScanned, Input<int?>? dataWrites, Input<int?>? executionTimeInMillis, Input<int?>? queryResultRows, Input<int?>? recordsIngested})
Creates a new ScheduledQueryLastRunSummaryExecutionStat. bytesMetered Bytes metered for a single scheduled query run. cumulativeBytesScanned Bytes scanned for a single scheduled query run. dataWrites Data writes metered for records ingested in a single scheduled query run. executionTimeInMillis Total time, measured in milliseconds, that was needed for the scheduled query run to complete. queryResultRows Number of rows present in the output from running a query before ingestion to destination data source. recordsIngested Number of records ingested for a single scheduled query run.
const
ScheduledQueryLastRunSummaryExecutionStat.fromMap(Map<String, dynamic> map)
factory

Properties

bytesMetered → Input<int?>?
Bytes metered for a single scheduled query run.
final
cumulativeBytesScanned → Input<int?>?
Bytes scanned for a single scheduled query run.
final
dataWrites → Input<int?>?
Data writes metered for records ingested in a single scheduled query run.
final
executionTimeInMillis → Input<int?>?
Total time, measured in milliseconds, that was needed for the scheduled query run to complete.
final
hashCode int
The hash code for this object.
no setterinherited
queryResultRows → Input<int?>?
Number of rows present in the output from running a query before ingestion to destination data source.
final
recordsIngested → Input<int?>?
Number of records ingested for a single scheduled query run.
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
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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