Replies: 3 comments 3 replies
-
@HeikoTheissen to prepare a PR for CSDL JSON on ambiguities between string and duration literals |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Beta Was this translation helpful? Give feedback.
2 replies
-
Remark from Heiko: also use suffix |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Detailed proposal for
System Query Options
Filter
Property
$filter
allows an object value that is a single CSDL JSON expression:or
OrderBy
Property
$orderby
allows an array of one-property objects, each object having a property of eitherasc
ordesc
whose value is a CSDL JSON expression:or
Compute
Property
$compute
allows an object where each name-value pair consists of the name of a computed property and a CSDL JSON expression:or
Expand
Property
$expand
allows an array of strings containing paths, nested query options are represented as an object of query options using these rules recursively that directly follows the path string it applies to:or
Select
Property
$select
allows an array of strings containing paths, nested query options are represented as an object of query options using these rules recursively that directly follows the path string it applies to:or
Expression as action/function parameter
Function and action parameters are represented by their name and a value that is either a scalar or a CSDL JSON expression object:
or (note the required suffix
@expression
to distinguish expression strings from scalar strings):Capability Annotation
Beta Was this translation helpful? Give feedback.
All reactions