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
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 Default for Streamingbuffer[src]
impl Default for Streamingbufferfn default() -> Streamingbuffer[src]
fn default() -> StreamingbufferReturns the "default value" for a type. Read more
impl Clone for Streamingbuffer[src]
impl Clone for Streamingbufferfn clone(&self) -> Streamingbuffer[src]
fn clone(&self) -> StreamingbufferReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for Streamingbuffer[src]
impl Debug for Streamingbufferfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for Streamingbuffer[src]
impl Part for StreamingbufferAuto Trait Implementations
impl Send for Streamingbuffer
impl Send for Streamingbufferimpl Sync for Streamingbuffer
impl Sync for Streamingbuffer