queryStatistics

suspend fun queryStatistics(statisticsQueryParameters: StatisticsQueryParameters): Result<StatisticsQueryResult>

Calculates values for the requested statistics. Statistics query parameters may also define fields on which results are grouped or sorted.

Return

A task that represents the asynchronous query statistics operation. The value of the task result contains a StatisticsQueryResult object.

Since

200.1.0

See also

FeatureServiceSessionType