-
Type: Improvement
-
Status: Closed
-
Priority: Major
-
Resolution: Fixed
-
Affects Version/s: V4.01_CS01
-
Fix Version/s: V4.01_CS02
-
Labels:None
-
Environment:
Applied
-
Proposal:
-
Resolution:
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.