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
Returns the “default value” for a type. Read more
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
    __D: Deserializer<'de>, 
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for Streamingbuffer
impl Send for Streamingbuffer
impl Sync for Streamingbuffer
impl Unpin for Streamingbuffer
impl UnwindSafe for Streamingbuffer
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more