すべてのプロダクト
Search
ドキュメントセンター

:ListStream

最終更新日:Mar 23, 2020

アクション

現在のインスタンスのテーブルすべてに対して有効なストリームに関する情報を取得します。

リクエストの構造

  1. message ListStreamRequest {
  2. optional string table_name = 1;
  3. }

table_name

  • 型: optional string

  • 現在のストリームの中、有効なテーブルの名前

応答メッセージの構造

  1. message ListStreamResponse {
  2. repeated Stream streams = 1;
  3. }
  4. message Stream {
  5. required string stream_id = 1;
  6. required string table_name = 2;
  7. required int64 creation_time = 3;
  8. }

stream_id

  • 型: required string

  • 現在のストリームの ID

table_name

  • 型: required string

  • 現在のストリームの中、有効なテーブルの名前

creation_time

  • 型: required int64

  • 現在のストリームが有効になった時刻