google_api_big_query v0.1.0 GoogleApi.BigQuery.V2.Model.JobStatistics View Source
Attributes
- completionRatio (float()): [Experimental] [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. - query (JobStatistics2): [Output-only] Statistics for a query job. 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.
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() :: %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(),
query: GoogleApi.BigQuery.V2.Model.JobStatistics2.t(),
startTime: any(),
totalBytesProcessed: any()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.