google_api_big_query v0.12.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
nil
. - 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
nil
. - 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
nil
. - extract (GoogleApi.BigQuery.V2.Model.JobStatistics4.t): [Output-only] Statistics for an extract job. Defaults to
nil
. - load (GoogleApi.BigQuery.V2.Model.JobStatistics3.t): [Output-only] Statistics for a load job. Defaults to
nil
. - numChildJobs (String.t): [Output-only] Number of child jobs executed. Defaults to
nil
. - parentJobId (String.t): [Output-only] If this is a child job, the id of the parent. Defaults to
nil
. - query (GoogleApi.BigQuery.V2.Model.JobStatistics2.t): [Output-only] Statistics for a query job. Defaults to
nil
. - quotaDeferments (list(String.t)): [Output-only] Quotas which delayed this job's start time. Defaults to
nil
. - reservationUsage (list(GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t)): [Output-only] Job resource usage breakdown by reservation. Defaults to
nil
. - 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
nil
. - totalBytesProcessed (String.t): [Output-only] [Deprecated] Use the bytes processed in the query statistics instead. Defaults to
nil
. - totalSlotMs (String.t): [Output-only] Slot-milliseconds for the job. Defaults to
nil
.
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: float(),
creationTime: String.t(),
endTime: String.t(),
extract: GoogleApi.BigQuery.V2.Model.JobStatistics4.t(),
load: GoogleApi.BigQuery.V2.Model.JobStatistics3.t(),
numChildJobs: String.t(),
parentJobId: String.t(),
query: GoogleApi.BigQuery.V2.Model.JobStatistics2.t(),
quotaDeferments: [String.t()],
reservationUsage: [
GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t()
],
startTime: String.t(),
totalBytesProcessed: String.t(),
totalSlotMs: String.t()
}
t() :: %GoogleApi.BigQuery.V2.Model.JobStatistics{ completionRatio: float(), creationTime: String.t(), endTime: String.t(), extract: GoogleApi.BigQuery.V2.Model.JobStatistics4.t(), load: GoogleApi.BigQuery.V2.Model.JobStatistics3.t(), numChildJobs: String.t(), parentJobId: String.t(), query: GoogleApi.BigQuery.V2.Model.JobStatistics2.t(), quotaDeferments: [String.t()], reservationUsage: [ GoogleApi.BigQuery.V2.Model.JobStatisticsReservationUsage.t() ], startTime: String.t(), totalBytesProcessed: String.t(), totalSlotMs: String.t() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.