queryRelatedFeatureCount

suspend fun queryRelatedFeatureCount(feature: ArcGISFeature, parameters: RelatedQueryParameters? = null): Result<Long>

Performs a query that returns the number of related features to supplied feature based on the parameters.

Return

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

Since

200.1.0

Parameters

feature

the feature around which to base the query

parameters

the parameters around which to base the query, or null if none.

See also

FeatureServiceSessionType