JobStatistics class

Constructors

JobStatistics({double? completionRatio, JobStatistics5? copy, String? creationTime, DataMaskingStatistics? dataMaskingStatistics, String? endTime, JobStatistics4? extract, JobStatistics3? load, String? numChildJobs, String? parentJobId, JobStatistics2? query, List<String>? quotaDeferments, List<JobStatisticsReservationUsage>? reservationUsage, String? reservationId, RowLevelSecurityStatistics? rowLevelSecurityStatistics, ScriptStatistics? scriptStatistics, SessionInfo? sessionInfo, String? startTime, String? totalBytesProcessed, String? totalSlotMs, TransactionInfo? transactionInfo})
JobStatistics.fromJson(Map json_)

Properties

completionRatio double?
[TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
getter/setter pair
copy JobStatistics5?
[Output-only] Statistics for a copy job.
getter/setter pair
creationTime String?
[Output-only] Creation time of this job, in milliseconds since the epoch.
getter/setter pair
dataMaskingStatistics DataMaskingStatistics?
[Output-only] Statistics for data masking.
getter/setter pair
endTime String?
[Output-only] End time of this job, in milliseconds since the epoch.
getter/setter pair
extract JobStatistics4?
[Output-only] Statistics for an extract job.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
load JobStatistics3?
[Output-only] Statistics for a load job.
getter/setter pair
numChildJobs String?
[Output-only] Number of child jobs executed.
getter/setter pair
parentJobId String?
[Output-only] If this is a child job, the id of the parent.
getter/setter pair
query JobStatistics2?
[Output-only] Statistics for a query job.
getter/setter pair
quotaDeferments List<String>?
[Output-only] Quotas which delayed this job's start time.
getter/setter pair
reservationId String?
[Output-only] Name of the primary reservation assigned to this job.
getter/setter pair
reservationUsage List<JobStatisticsReservationUsage>?
[Output-only] Job resource usage breakdown by reservation.
getter/setter pair
rowLevelSecurityStatistics RowLevelSecurityStatistics?
[Output-only] [Preview] Statistics for row-level security.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scriptStatistics ScriptStatistics?
[Output-only] Statistics for a child job of a script.
getter/setter pair
sessionInfo SessionInfo?
[Output-only] [Preview] Information of the session if this job is part of one.
getter/setter pair
startTime String?
[Output-only] Start time of this job, in milliseconds since the epoch.
getter/setter pair
totalBytesProcessed String?
[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.
getter/setter pair
totalSlotMs String?
[Output-only] Slot-milliseconds for the job.
getter/setter pair
transactionInfo TransactionInfo?
[Output-only] [Alpha] Information of the multi-statement transaction if this job is part of one.
getter/setter pair

Methods

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

Operators

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