StreamDetails
更新時間:
Copy as MD
資料表的 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 最近一次開啟的時間。僅當 |
相關操作
该文章对您有帮助吗?