Struct google_bigquery2::JobStatistics4[][src]

pub struct JobStatistics4 {
    pub destination_uri_file_counts: Option<Vec<i64>>,
}

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 files per destination URI or URI pattern specified in the extract configuration. These values will be in the same order as the URIs specified in the 'destinationUris' field.

Trait Implementations

impl Default for JobStatistics4
[src]

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

impl Clone for JobStatistics4
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for JobStatistics4
[src]

Formats the value using the given formatter. Read more

impl Part for JobStatistics4
[src]

Auto Trait Implementations