NestedFilter

更新时间:
复制 MD 格式

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.