Table of Contents

Property JobsByState

Namespace
Millrace.Storage.Monitoring
Assembly
Millrace.dll

JobsByState

Job count per state. Providers MUST include an entry for every JobState, using zero rather than omission, so callers never distinguish "none" from "not reported".

public required IReadOnlyDictionary<JobState, long> JobsByState { get; init; }

Property Value

IReadOnlyDictionary<JobState, long>