addFeatures

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

Adds a collection of features to the table.

Return

A Result that has no return value.

Since

200.1.0

See also

FeatureServiceSessionType

Parameters

features

the features to add.