All Products
Search
Document Center

Tablestore:Filter

Last Updated:Aug 14, 2024

Filter specifies the column-based conditions. It is applicable to the conditional update and filter features.

Data structure

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

type:

filter:

Related operations