StatisticRecord QML Type
Represents a value within the StatisticRecordIterator. More...
Import Statement: | import Esri.ArcGISRuntime |
Since: | Esri.ArcGISRuntime 100.2 |
Inherits: |
- List of all members, including inherited members
- StatisticRecord is part of QML Type List.
Properties
- group : jsobject
- statistics : jsobject
Signals
Detailed Description
Property Documentation
[read-only] group : jsobject |
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.
[read-only] statistics : jsobject |
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
groupChanged() |
Emitted when the group property changes.
Note: The corresponding handler is onGroupChanged
.
statisticsChanged() |
Emitted when the statistics property changes.
Note: The corresponding handler is onStatisticsChanged
.