DataChange represents a single change in data, with an operation type and the actual change which could be a tuple or an attribute.
Name | Type | Description | Notes |
---|---|---|---|
operation | DataChangeOperation | [optional] | |
tuple | Tuple | [optional] | |
attribute | Attribute | [optional] |