All Products
Search
Document Center

Tablestore:StreamSpecification

Last Updated:Aug 21, 2024

Indicates the Stream information about a table.

Data structure

message StreamSpecification {
    required bool enable_stream = 1;
    optional int32 expiration_time = 2;
}

Parameter

Type

Required

Description

enable_stream

bool

Yes

Indicates whether Stream is enabled for the data table.

expiration_time

int32

No

The expiration time of the Stream for the data table.

References

CreateTable

DescribeTable

UpdateTable