Enumeration
Types of the expression part.
Enumeration Members
Enumeration member | Value | Notes |
---|---|---|
Field | "FIELD" | The part is a layer's field and it can be resolved to the field's value when associated with a specific record (e.g. selected record). |
Function | "FUNCTION" | The part is a statistical function, e.g. average, sum. |
Number | "NUMBER" | The part is a number. |
Operator | "OPERATOR" | The part is an operator, e.g. +, -. |
Order | "ORDER" | Order for the percentile functions, ASC or DESC. See https://developers.arcgis.com/rest/services-reference/enterprise/query-feature-service-layer-.htm#ESRI_SECTION2_72BD0F1DF82E4343A69417450568095F . |
String | "STRING" | The part is a string. |