google_api_big_query v0.8.0 GoogleApi.BigQuery.V2.Model.JobStatistics View Source
Attributes
- completionRatio (float()): [TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs. Defaults to:
null
. - creationTime (String.t): [Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs. Defaults to:
null
. - endTime (String.t): [Output-only] End time of this job, in milliseconds since the epoch. This field will be present whenever a job is in the DONE state. Defaults to:
null
. - extract (JobStatistics4): [Output-only] Statistics for an extract job. Defaults to:
null
. - load (JobStatistics3): [Output-only] Statistics for a load job. Defaults to:
null
. - numChildJobs (String.t): [Output-only] Number of child jobs executed. Defaults to:
null
. - parentJobId (String.t): [Output-only] If this is a child job, the id of the parent. Defaults to:
null
. - query (JobStatistics2): [Output-only] Statistics for a query job. Defaults to:
null
. - quotaDeferments ([String.t]): [Output-only] Quotas which delayed this job's start time. Defaults to:
null
. - reservationUsage ([JobStatisticsReservationUsage]): [Output-only] Job resource usage breakdown by reservation. Defaults to:
null
. - startTime (String.t): [Output-only] 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. Defaults to:
null
. - totalBytesProcessed (String.t): [Output-only] [Deprecated] Use the bytes processed in the query statistics instead. Defaults to:
null
. - totalSlotMs (String.t): [Output-only] Slot-milliseconds for the job. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.BigQuery.V2.Model.JobStatistics{
completionRatio: any(),
creationTime: any(),
endTime: any(),
extract: GoogleApi.BigQuery.V2.Model.JobStatistics4.t(),
load: GoogleApi.BigQuery.V2.Model.JobStatistics3.t(),
numChildJobs: any(),
parentJobId: any(),
query: GoogleApi.BigQuery.V2.Model.JobStatistics2.t(),
quotaDeferments: [any()],
reservationUsage: [
GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t()
],
startTime: any(),
totalBytesProcessed: any(),
totalSlotMs: any()
}
t() :: %GoogleApi.BigQuery.V2.Model.JobStatistics{ completionRatio: any(), creationTime: any(), endTime: any(), extract: GoogleApi.BigQuery.V2.Model.JobStatistics4.t(), load: GoogleApi.BigQuery.V2.Model.JobStatistics3.t(), numChildJobs: any(), parentJobId: any(), query: GoogleApi.BigQuery.V2.Model.JobStatistics2.t(), quotaDeferments: [any()], reservationUsage: [ GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t() ], startTime: any(), totalBytesProcessed: any(), totalSlotMs: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.