文档

StreamSpecification

更新时间:

表示一个表的stream信息。

数据结构

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

名称

类型

是否必选

描述

enable_stream

bool

该表是否打开stream。

expiration_time

int32

该表的stream过期时间。

相关操作

CreateTable

DescribeTable

UpdateTable