調用ListStream介面擷取當前執行個體下所有表的Stream資訊。
請求訊息結構
message ListStreamRequest {
optional string table_name = 1;
}
名稱 | 類型 | 是否必選 | 描述 |
table_name | string | 否 | 當前stream所屬的表名。 |
響應訊息結構
message ListStreamResponse {
repeated Stream streams = 1;
}
名稱 | 類型 | 描述 |
stream_id | string | 當前Stream的ID。 |
table_name | string | 當前Stream所屬的表名。 |
creation_time | int64 | 當前Stream enable的時間。 |