class Google::Apis::BigqueryV2::Streamingbuffer

Attributes

estimated_bytes[RW]
Output-only

A lower-bound estimate of the number of bytes currently in the

streaming buffer. Corresponds to the JSON property `estimatedBytes` @return [String]

estimated_rows[RW]
Output-only

A lower-bound estimate of the number of rows currently in the

streaming buffer. Corresponds to the JSON property `estimatedRows` @return [String]

oldest_entry_time[RW]
Output-only

Contains the timestamp of the oldest entry in the streaming

buffer, in milliseconds since the epoch, if the streaming buffer is available. Corresponds to the JSON property `oldestEntryTime` @return [String]

Public Class Methods

new(**args) click to toggle source
# File generated/google/apis/bigquery_v2/classes.rb, line 2116
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File generated/google/apis/bigquery_v2/classes.rb, line 2121
def update!(**args)
  @estimated_bytes = args[:estimated_bytes] if args.key?(:estimated_bytes)
  @estimated_rows = args[:estimated_rows] if args.key?(:estimated_rows)
  @oldest_entry_time = args[:oldest_entry_time] if args.key?(:oldest_entry_time)
end