|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface esriServerStatFunction
GIS server statistics function.
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.
Field Summary | |
---|---|
static int |
esriSSFCount
Number of occurrences of the measured event. |
static int |
esriSSFMaximum
Maximum value of the measured event. |
static int |
esriSSFMean
Mean of the measured event. |
static int |
esriSSFMinimum
Minimum value of the measured event. |
static int |
esriSSFStandardDeviation
Standard deviation of the measured event. |
static int |
esriSSFSum
Total of the measured event. |
static int |
esriSSFSumSquares
Sum squares of the measured event. |
Field Detail |
---|
static final int esriSSFCount
static final int esriSSFMinimum
static final int esriSSFMaximum
static final int esriSSFSum
static final int esriSSFSumSquares
static final int esriSSFMean
static final int esriSSFStandardDeviation
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |