Class FlushRowsRequest (2.9.1)

FlushRowsRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Request message for FlushRows. .. attribute:: write_stream

Required. The stream that is the target of the flush operation.

:type: str

Attribute

NameDescription
offset google.protobuf.wrappers_pb2.Int64Value
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.