StreamDetailsは、テーブルのストリームを示します。

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_id:

  • 型: オプション string

  • テーブルのストリームのID。

expiration_time:

  • 型: オプション int32

  • テーブルのストリームの有効期限。

last_enable_time:

  • 型: オプション int64

  • 説明: テーブルのストリームを有効にする時間。

関連する操作

DescribeTable