cumulative property

bool? cumulative
getter/setter pair

True if this metric 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 metric is reported as a delta that is not associated with any WorkItem.

Implementation

core.bool? cumulative;