StreamDetails indicates the stream of a table.

Data structure

message StreamDetails {
    required bool enable_stream = 1;
    optional string stream_id = 2;
    optional int32 expiration_time = 3;
    optional int64 last_enable_time = 4;
}
                
Parameter Type Description
enable_stream bool Determines whether the stream is enabled for the table.
stream_id string The ID of the stream of the table.
expiration_time int32 The expiration time of the stream of the table.
last_enable_time int64 The time for enabling the stream of the table.

Related operations

DescribeTable