All Products
Search
Document Center

Tablestore:NestedFilter

Last Updated:Apr 29, 2026

NestedFilter defines a filter condition on 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 path to the nested field.

filter

Query

Yes

The query condition applied to the nested field.