queryFeatureCount

suspend fun queryFeatureCount(queryParameters: QueryParameters): Result<Long>

Determines the count of features that satisfy the provided query parameters.

Return

A task that represents the asynchronous query of feature count. The value of the task result contains a uint64_t.

Since

200.1.0

See also

FeatureServiceSessionType