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。僅當 enable_streamtrue 時返回。

expiration_time

int32

Stream 資料的到期時間。僅當 enable_streamtrue 時返回。

last_enable_time

int64

Stream 最近一次開啟的時間。僅當 enable_streamtrue 時返回。

相關操作

DescribeTable