All Products
Search
Document Center

Tablestore:NestedFilter

Last Updated:May 10, 2024

NestedFilter specifies the filter condition of fields in the nested data type.

Data structure

message NestedFilter {
    optional string path = 1;
    optional Query filter = 2;
}

Parameter

Type

Required

Description

path

string

Yes

The field path.

filter

Query

Yes

The query condition.