StatisticRecord QML Type

StatisticRecordIterator."> StatisticRecord QML Type | ArcGISQtQml
  • Esri.ArcGISRuntime
  • StatisticRecord
  • Represents a value within the StatisticRecordIterator. More...

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

    Object

    Properties

    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.


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