ArcObjects Library Reference (Server)  

esriServerStatFunction Constants

GIS server statistics function.

Constant Value Description
esriSSFCount 0 Number of occurrences of the measured event.
esriSSFMinimum 1 Minimum value of the measured event.
esriSSFMaximum 2 Maximum value of the measured event.
esriSSFSum 3 Total of the measured event.
esriSSFSumSquares 4 Sum squares of the measured event.
esriSSFMean 5 Mean of the measured event.
esriSSFStandardDeviation 6 Standard deviation of the measured event.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Remarks

esriServerStatFunction specifies a particular statistical function (e.g. count, min, max, etc) that you want to query the GIS server's statisitcs about. Use esriServerStatFunction to specify the statistical function when using the GetSpecificStatisticForTimeIntervals method on IServerStatistics.