Enums.StatisticType enumeration

The StatisticType can be one of:

ConstantDescription
Enums.StatisticTypeAverage(0) Returns the average for all non-null values in a column.
Enums.StatisticTypeCount(1) Returns the number of non-null values in a column.
Enums.StatisticTypeMaximum(2) Returns the maximum value found within a column.
Enums.StatisticTypeMinimum(3) Returns the minimum value found within a column.
Enums.StatisticTypeStandardDeviation(4) Returns the standard deviation of the values within a column.
Enums.StatisticTypeSum(5) Returns the sum of all non-null values within a column.
Enums.StatisticTypeVariance(6) Returns the variance of the values within a column.

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

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close