updateFeatures

suspend fun updateFeatures(features: Iterable<Feature>): Result<Unit>

Updates a collection of features in the table.

Return

A Result that has no return value.

Since

200.1.0

Parameters

features

the features to update.

See also

FeatureServiceSessionType