Struct google_bigquery2::JobStatistics3 [] [src]

pub struct JobStatistics3 {
    pub output_rows: Option<String>,
    pub input_files: Option<String>,
    pub input_file_bytes: Option<String>,
    pub output_bytes: Option<String>,
}

There is no detailed description.

This type is not used in any activity, and only used as part of another schema.

Fields

[Output-only] Number of rows imported in a load job. Note that while an import job is in the running state, this value may change.

[Output-only] Number of source files in a load job.

[Output-only] Number of bytes of source data in a load job.

[Output-only] Size of the loaded data in bytes. Note that while a load job is in the running state, this value may change.

Trait Implementations

impl Debug for JobStatistics3
[src]

Formats the value using the given formatter.

impl Clone for JobStatistics3
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for JobStatistics3
[src]

Returns the "default value" for a type. Read more

impl Part for JobStatistics3
[src]