Class StandardTableDefinition.StreamingBuffer (2.23.2)

public static class StandardTableDefinition.StreamingBuffer implements Serializable

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)

public boolean equals(Object obj)
Parameter
NameDescription
objObject
Returns
TypeDescription
boolean
Overrides

getEstimatedBytes()

public Long getEstimatedBytes()

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

Returns
TypeDescription
Long

getEstimatedRows()

public Long getEstimatedRows()

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

Returns
TypeDescription
Long

getOldestEntryTime()

public Long getOldestEntryTime()

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

Returns
TypeDescription
Long

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toString()

public String toString()
Returns
TypeDescription
String
Overrides