Class StreamMetastorePartitionsResponse (2.34.0)

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

This is the response message sent by the server to the client for the [Partitions.StreamMetastorePartitions][] method when the commit is successful. Server will close the stream after sending this message.

Attributes

Name Description
total_partitions_streamed_count int
Total count of partitions streamed by the client during the lifetime of the stream. This is only set in the final response message before closing the stream.
total_partitions_inserted_count int
Total count of partitions inserted by the server during the lifetime of the stream. This is only set in the final response message before closing the stream.