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 | 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
ConditionUpdate
Filter