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

Parameters

features

the features to add.

See also

FeatureServiceSessionType