ListStream
更新時(shí)間:
調(diào)用ListStream接口獲取當(dāng)前實(shí)例下所有表的Stream信息。
請(qǐng)求消息結(jié)構(gòu)
message ListStreamRequest {
optional string table_name = 1;
}
名稱 | 類型 | 是否必選 | 描述 |
table_name | string | 否 | 當(dāng)前stream所屬的表名。 |
響應(yīng)消息結(jié)構(gòu)
message ListStreamResponse {
repeated Stream streams = 1;
}
名稱 | 類型 | 描述 |
stream_id | string | 當(dāng)前Stream的ID。 |
table_name | string | 當(dāng)前Stream所屬的表名。 |
creation_time | int64 | 當(dāng)前Stream enable的時(shí)間。 |
使用SDK
文檔內(nèi)容是否對(duì)您有幫助?