表示一个表的stream信息。
数据结构
message StreamSpecification {
    required bool enable_stream = 1;
    optional int32 expiration_time = 2;
}名称  | 类型  | 是否必选  | 描述  | 
enable_stream  | bool  | 是  | 该表是否打开stream。  | 
expiration_time  | int32  | 否  | 该表的stream过期时间。  | 
相关操作
该文章对您有帮助吗?
表示一个表的stream信息。
message StreamSpecification {
    required bool enable_stream = 1;
    optional int32 expiration_time = 2;
}名称  | 类型  | 是否必选  | 描述  | 
enable_stream  | bool  | 是  | 该表是否打开stream。  | 
expiration_time  | int32  | 否  | 该表的stream过期时间。  |