Represents a value within the StatisticRecordIterator. More...
Import Statement: | import Esri.ArcGISRuntime 100.15 |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
Properties
- group : jsobject
- statistics : jsobject
Signals
Detailed Description
Property Documentation
The dictionary of GroupBy fields (if any were specified) and their associated values.
The dictionary contains string keys. The value type is variant, and depends on the field type.
The dictionary of statistics values returned in the query result.
The dictionary contains string keys matching the output alias and either real or string values.
Signal Documentation
Emitted when the group property changes.
Note: The corresponding handler is onGroupChanged
.
Emitted when the statistics property changes.
Note: The corresponding handler is onStatisticsChanged
.