-
Type:
Improvement
-
Resolution: Fixed
-
Priority:
Major
-
Affects Version/s: V4.01_CS01
-
None
-
Environment:
Applied
With ODATA-1061 we allowed key segments in parenthesis syntax after path segments that identify a collection of entities.
A logical extension is allowing numeric indexes to reference entities or complex type instances within a collection:
<Annotation Term="Some.Term" Path="ComplexCollection/0/SomeProperty" />
This would address the first item in the collection. If the item is structured, additional path segments can follow after the index segment.