Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
Streamingbuffer |
Streamingbuffer.clone() |
Streamingbuffer |
Table.getStreamingBuffer()
[Output-only] Contains information regarding this table's streaming buffer, if one is present.
|
Streamingbuffer |
Streamingbuffer.set(java.lang.String fieldName,
java.lang.Object value) |
Streamingbuffer |
Streamingbuffer.setEstimatedBytes(java.math.BigInteger estimatedBytes)
[Output-only] A lower-bound estimate of the number of bytes currently in the streaming buffer.
|
Streamingbuffer |
Streamingbuffer.setEstimatedRows(java.math.BigInteger estimatedRows)
[Output-only] A lower-bound estimate of the number of rows currently in the streaming buffer.
|
Streamingbuffer |
Streamingbuffer.setOldestEntryTime(java.math.BigInteger oldestEntryTime)
[Output-only] Contains the timestamp of the oldest entry in the streaming buffer, in
milliseconds since the epoch, if the streaming buffer is available.
|
Modifier and Type | Method and Description |
---|---|
Table |
Table.setStreamingBuffer(Streamingbuffer streamingBuffer)
[Output-only] Contains information regarding this table's streaming buffer, if one is present.
|