Class StandardTableDefinition.StreamingBuffer (2.55.2)

publicstaticclass StandardTableDefinition.StreamingBufferimplementsSerializable

Google BigQuery Table's Streaming Buffer information. This class contains information on a table's streaming buffer as the estimated size in number of rows/bytes.

Inheritance

Object > StandardTableDefinition.StreamingBuffer

Implements

Serializable

Methods

equals(Object obj)

publicbooleanequals(Objectobj)
Parameter
Name Description
obj Object
Returns
Type Description
boolean
Overrides

getEstimatedBytes()

publicLonggetEstimatedBytes()

Returns a lower-bound estimate of the number of bytes currently in the streaming buffer.

Returns
Type Description
Long

getEstimatedRows()

publicLonggetEstimatedRows()

Returns a lower-bound estimate of the number of rows currently in the streaming buffer.

Returns
Type Description
Long

getOldestEntryTime()

publicLonggetOldestEntryTime()

Returns the timestamp of the oldest entry in the streaming buffer, in milliseconds since epoch. Returns null if the streaming buffer is empty.

Returns
Type Description
Long

hashCode()

publicinthashCode()
Returns
Type Description
int
Overrides

toString()

publicStringtoString()
Returns
Type Description
String
Overrides

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.