JobStatisticsResponse

data class JobStatisticsResponse(val completionRatio: Double, val copy: JobStatistics5Response, val creationTime: String, val dataMaskingStatistics: DataMaskingStatisticsResponse, val endTime: String, val extract: JobStatistics4Response, val load: JobStatistics3Response, val numChildJobs: String, val parentJobId: String, val query: JobStatistics2Response, val quotaDeferments: List<String>, val reservationId: String, val reservationUsage: List<JobStatisticsReservationUsageItemResponse>, val rowLevelSecurityStatistics: RowLevelSecurityStatisticsResponse, val scriptStatistics: ScriptStatisticsResponse, val sessionInfo: SessionInfoResponse, val startTime: String, val totalBytesProcessed: String, val totalSlotMs: String, val transactionInfo: TransactionInfoResponse)

Constructors

Link copied to clipboard
fun JobStatisticsResponse(completionRatio: Double, copy: JobStatistics5Response, creationTime: String, dataMaskingStatistics: DataMaskingStatisticsResponse, endTime: String, extract: JobStatistics4Response, load: JobStatistics3Response, numChildJobs: String, parentJobId: String, query: JobStatistics2Response, quotaDeferments: List<String>, reservationId: String, reservationUsage: List<JobStatisticsReservationUsageItemResponse>, rowLevelSecurityStatistics: RowLevelSecurityStatisticsResponse, scriptStatistics: ScriptStatisticsResponse, sessionInfo: SessionInfoResponse, startTime: String, totalBytesProcessed: String, totalSlotMs: String, transactionInfo: TransactionInfoResponse)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Output-only Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.

Link copied to clipboard

Statistics for a copy job.

Link copied to clipboard

Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.

Link copied to clipboard

Statistics for data masking. Present only for query and extract jobs.

Link copied to clipboard

End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state.

Link copied to clipboard

Statistics for an extract job.

Link copied to clipboard

Statistics for a load job.

Link copied to clipboard

Number of child jobs executed.

Link copied to clipboard

If this is a child job, the id of the parent.

Link copied to clipboard

Statistics for a query job.

Link copied to clipboard

Quotas which delayed this job's start time.

Link copied to clipboard

Name of the primary reservation assigned to this job. Note that this could be different than reservations reported in the reservation usage field if parent reservations were used to execute this job.

Link copied to clipboard

Job resource usage breakdown by reservation.

Link copied to clipboard

Preview Statistics for row-level security. Present only for query and extract jobs.

Link copied to clipboard

Statistics for a child job of a script.

Link copied to clipboard

Preview Information of the session if this job is part of one.

Link copied to clipboard

Start time of this job, in milliseconds since the epoch. This field will be present when the job transitions from the PENDING state to either RUNNING or DONE.

Link copied to clipboard

Deprecated Use the bytes processed in the query statistics instead.

Link copied to clipboard

Slot-milliseconds for the job.

Link copied to clipboard

Alpha Information of the multi-statement transaction if this job is part of one.