StatisticRecord QML Type

Represents a value within the StatisticRecordIterator. More...

Import Statement: import Esri.ArcGISRuntime 100.15
Since: Esri.ArcGISRuntime 100.2
Inherits:

Object

Properties

Signals

Detailed Description

Property Documentation

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.


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.


Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.