query Feature Count
suspend fun queryFeatureCount(queryParameters: QueryParameters): Result<Long>
Content copied to clipboard
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.
See also
Feature Service Session Type