Struct google_bigquery2::Streamingbuffer[][src]

pub struct Streamingbuffer {
    pub estimated_bytes: Option<String>,
    pub estimated_rows: Option<String>,
    pub oldest_entry_time: 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] A lower-bound estimate of the number of bytes currently in the streaming buffer.

[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.

[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in milliseconds since the epoch, if the streaming buffer is available.

Trait Implementations

impl Default for Streamingbuffer
[src]

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

impl Clone for Streamingbuffer
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Streamingbuffer
[src]

Formats the value using the given formatter. Read more

impl Part for Streamingbuffer
[src]

Auto Trait Implementations