表示Stream的相關資訊。
資料結構
message Stream {
required string stream_id = 1;
required string table_name = 2;
required int64 creation_time = 3;
}名稱 | 類型 | 是否必選 | 描述 |
stream_id | string | 是 | 當前Stream的ID。 |
table_name | string | 是 | 資料表名稱。 |
creation_time | int64 | 是 | 資料表的建立時間。 |