Struct google_bigquery2::api::JobStatistics [−][src]
There is no detailed description.
This type is not used in any activity, and only used as part of another schema.
Fields
completion_ratio: Option<f64>[TrustedTester] [Output-only] Job progress (0.0 -> 1.0) for LOAD and EXTRACT jobs.
creation_time: Option<String>[Output-only] Creation time of this job, in milliseconds since the epoch. This field will be present on all jobs.
end_time: Option<String>[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.
extract: Option<JobStatistics4>[Output-only] Statistics for an extract job.
load: Option<JobStatistics3>[Output-only] Statistics for a load job.
num_child_jobs: Option<String>[Output-only] Number of child jobs executed.
parent_job_id: Option<String>[Output-only] If this is a child job, the id of the parent.
query: Option<JobStatistics2>[Output-only] Statistics for a query job.
quota_deferments: Option<Vec<String>>[Output-only] Quotas which delayed this job’s start time.
reservation_usage: Option<Vec<JobStatisticsReservationUsage>>[Output-only] Job resource usage breakdown by reservation.
reservation_id: Option<String>[Output-only] 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.
row_level_security_statistics: Option<RowLevelSecurityStatistics>[Output-only] [Preview] Statistics for row-level security. Present only for query and extract jobs.
script_statistics: Option<ScriptStatistics>[Output-only] Statistics for a child job of a script.
session_info_template: Option<SessionInfo>[Output-only] [Preview] Information of the session if this job is part of one.
start_time: Option<String>[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.
total_bytes_processed: Option<String>[Output-only] [Deprecated] Use the bytes processed in the query statistics instead.
total_slot_ms: Option<String>[Output-only] Slot-milliseconds for the job.
transaction_info_template: Option<TransactionInfo>[Output-only] [Alpha] Information of the multi-statement transaction if this job is part of one.
Trait Implementations
impl Clone for JobStatistics[src]
fn clone(&self) -> JobStatistics[src]
pub fn clone_from(&mut self, source: &Self)1.0.0[src]
impl Debug for JobStatistics[src]
impl Default for JobStatistics[src]
fn default() -> JobStatistics[src]
impl<'de> Deserialize<'de> for JobStatistics[src]
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>, [src]
__D: Deserializer<'de>,
impl Part for JobStatistics[src]
impl Serialize for JobStatistics[src]
Auto Trait Implementations
impl RefUnwindSafe for JobStatistics
impl Send for JobStatistics
impl Sync for JobStatistics
impl Unpin for JobStatistics
impl UnwindSafe for JobStatistics
Blanket Implementations
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
pub fn borrow_mut(&mut self) -> &mut T[src]
impl<T> DeserializeOwned for T where
T: for<'de> Deserialize<'de>, [src]
T: for<'de> Deserialize<'de>,
impl<T> From<T> for T[src]
impl<T> Instrument for T[src]
pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone, [src]
T: Clone,
type Owned = T
The resulting type after obtaining ownership.
pub fn to_owned(&self) -> T[src]
pub fn clone_into(&self, target: &mut T)[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
pub fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,