operation
The operation that is applied to the provided attribute. Operations include:
ADD
- addsValue
to all rows ofAttributeName
.SUBTRACT
- subtractsValue
from all rows ofAttributeName
.MULTIPLY
- multiplies all rows ofAttributeName
byValue
.DIVIDE
- divides all rows ofAttributeName
byValue
.