StreamSpecification

更新时间:2024-07-23 05:15:06

表示一个表的stream信息。

数据结构

message StreamSpecification {
    required bool enable_stream = 1;
    optional int32 expiration_time = 2;
}

名称

类型

是否必选

描述

名称

类型

是否必选

描述

enable_stream

bool

该表是否打开stream。

expiration_time

int32

该表的stream过期时间。

相关操作

CreateTable

DescribeTable

UpdateTable

  • 本页导读 (1)
  • 数据结构
  • 相关操作