表示一個表的stream資訊。
資料結構
message StreamDetails {
required bool enable_stream = 1;
optional string stream_id = 2;
optional int32 expiration_time = 3;
optional int64 last_enable_time = 4;
}
名稱 | 類型 | 是否必選 | 描述 |
enable_stream | bool | 是 | 資料表是否開啟stream。 |
stream_id | string | 否 | 資料表stream的ID。 |
expiration_time | int32 | 否 | 資料表stream的到期時間。 |
last_enable_time | int64 | 否 | 資料表stream的開啟時間。 |