Struct google_bigquery2::TimePartitioning [] [src]

pub struct TimePartitioning {
    pub type_: Option<String>,
    pub expiration_ms: Option<String>,
}

There is no detailed description.

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

Fields

[Required] The only type supported is DAY, which will generate one partition per day based on data loading time.

[Optional] Number of milliseconds for which to keep the storage for a partition.

Trait Implementations

impl Debug for TimePartitioning
[src]

Formats the value using the given formatter.

impl Clone for TimePartitioning
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for TimePartitioning
[src]

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

impl Part for TimePartitioning
[src]