Filter

更新时间:
复制 MD 格式

Filter specifies the column-based conditions, which are used for the conditional update and filter features.

Data structure

message Filter {
    required FilterType type = 1;
    required bytes filter = 2;  
}

Parameter

Type

Required

Description

type

FilterType

Yes

The type of the column-based condition.

filter

bytes

Yes

The binary data generated after the condition statements of the CompositeColumnValueFilter, ColumnPaginationFilter, or SingleColumnValueFilter type are serialized by using Protobuf.

References