This interface specifies as one atomic event all the mutation operations which
occurred. The keys for each operation must be disjoint from each other, e.g. for example
an add and remove cannot occur on the same item. In addition, any indexes specified must
be monotonically increasing.
Fields
-
(nullable) add :DataProviderAddOperationEventDetail<K, D>
-
Optional add operation detail
- Since:
- 4.2.0
-
(nullable) remove :DataProviderOperationEventDetail<K, D>
-
Optional remove operation detail
- Since:
- 4.2.0
-
(nullable) update :DataProviderOperationEventDetail<K, D>
-
Optional update operation detail
- Since:
- 4.2.0