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. |