The Stream configuration and status of a data 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 |
Required |
Description |
|
enable_stream |
bool |
Yes |
Specifies whether Stream is enabled for the data table. |
|
stream_id |
string |
No |
The ID of the Stream for the data table. |
|
expiration_time |
int32 |
No |
The expiration time of the Stream for the data table. |
|
last_enable_time |
int64 |
No |
The time when Stream is enabled for the data table. |