stragglerCauseCount property

Map<String, String>? stragglerCauseCount
getter/setter pair

Aggregated counts of straggler causes, keyed by the string representation of the StragglerCause enum.

Implementation

core.Map<core.String, core.String>? stragglerCauseCount;