Parsed representation of a Query key.
Decomposes projection keys (property or alias=expression) and constraint keys (operator expression) into their structural components.
property
alias=expression
operator expression
A unified type suffices as projections and constraints are easily disambiguated after parsing using isIdentifier on the target field.
target
Readonly
Property name for projections or constraint Operator.
Transform pipeline applied to the value, in application order.
Dot-separated property path to the target value.
Parsed representation of a Query key.
Decomposes projection keys (
propertyoralias=expression) and constraint keys (operator expression) into their structural components.A unified type suffices as projections and constraints are easily disambiguated after parsing using isIdentifier on the
targetfield.See