-
Type: Bug
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.0_ERRATA02
-
Fix Version/s: V4.01_WD01
-
Component/s: URL Conventions
-
Labels:None
-
Environment:
New Query Capabilities
-
Proposal:
-
Resolution:
Instance annotations are rather similar to dynamic properties with a pre-known expressive name, i.e. the client can deduce from the name what type the dynamic property has.
For example: People?$filter=Age@numericValueException eq 'NaN'
would retrieve all people for which age is not a number.
If ODATA-735 gets accepted, clients can know up-front which instance annotations to expect, and can use them in filter conditions.
Open a separate issue (ODATA-97) to consider use in $select,/$expand.