Struct gcp_bigquery_client::model::streamingbuffer::Streamingbuffer[][src]

pub struct Streamingbuffer {
    pub estimated_bytes: Option<String>,
    pub estimated_rows: Option<String>,
    pub oldest_entry_time: Option<String>,
}

Fields

estimated_bytes: Option<String>

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

estimated_rows: Option<String>

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

oldest_entry_time: Option<String>

[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 Debug for Streamingbuffer[src]

impl<'de> Deserialize<'de> for Streamingbuffer[src]

impl Serialize for Streamingbuffer[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> DeserializeOwned for T where
    T: for<'de> Deserialize<'de>, 
[src]

impl<T> From<T> for T[src]

impl<T> Instrument for T[src]

impl<T> Instrument for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.