cumulative property

bool? cumulative
getter/setter pair

True if this counter is reported as the total cumulative aggregate value accumulated since the worker started working on this WorkItem.

By default this is false, indicating that this counter is reported as a delta.

Implementation

core.bool? cumulative;