StreamSpecification indicates the stream of a table.

Data structure

message StreamSpecification {
    required bool enable_stream = 1;
    optional int32 expiration_time = 2;
}
enable_stream:
  • Type: Bool

  • Determines whether the stream is enabled for the table.

expiration_time:
  • Type: int32

  • The expiration time of the stream of the table.

Related operations

CreateTable

DescribeTable

UpdateTable