Class Type (2.19.0)

Type(value)

Type enum of the stream.

Values: TYPE_UNSPECIFIED (0): Unknown type. COMMITTED (1): Data will commit automatically and appear as soon as the write is acknowledged. PENDING (2): Data is invisible until the stream is committed. BUFFERED (3): Data is only visible up to the offset to which it was flushed.