Class FlushRowsRequest (2.11.0)

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

Request message for FlushRows.

Attributes

NameDescription
write_stream str
Required. The stream that is the target of the flush operation.
offset google.protobuf.wrappers_pb2.Int64Value
Ending offset of the flush operation. Rows before this offset(including this offset) will be flushed.