Filter specifies the column-based conditions. It is applicable to the Conditional Update and Filter functions.

Data structure

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

Related operations