esriDataStatType
Options to specify the statistic type for QueryDataStatistics requests.
Value | Description |
---|---|
esriDataStatTypeCount | Count of records. |
esriDataStatTypeSum | Sum of numerical values of records. |
esriDataStatTypeMin | Minimum numerical value of records. |
esriDataStatTypeMax | Maximum numerical value of records. |
esriDataStatTypeAverage | Average numerical value of records. |
esriDataStatTypeStdDev | Standard deviation value of records. |
esriDataStatTypeVariance | Variance value of records. |
2/28/2020