ArcGIS Pro 2.6 API Reference Guide
esriDataStatType Enumeration

ArcGIS.Core.CIM Namespace : esriDataStatType Enumeration
Types of summary statistic that can be applied to records in a dataset.
Syntax
Members
MemberDescription
esriDataStatTypeAverage Average numerical value of records.
esriDataStatTypeCount Count of records.
esriDataStatTypeMax Maximum numerical value of records.
esriDataStatTypeMin Minimum numerical value of records.
esriDataStatTypeStdDev Standard deviation value of records.
esriDataStatTypeSum Sum of numerical values of records.
esriDataStatTypeVariance Variance value of records.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ArcGIS.Core.CIM.esriDataStatType

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

ArcGIS.Core.CIM Namespace