streamingBuffer property

Streamingbuffer? streamingBuffer
getter/setter pair

[Output-only] Contains information regarding this table's streaming buffer, if one is present.

This field will be absent if the table is not being streamed to or if there is no data in the streaming buffer.

Implementation

Streamingbuffer? streamingBuffer;