modifications property

List<Modification>? modifications
getter/setter pair

Modifications to be atomically applied to the specified table's families.

Entries are applied in order, meaning that earlier modifications can be masked by later ones (in the case of repeated updates to the same family, for example).

Required.

Implementation

core.List<Modification>? modifications;