LoadMetricReport Class

Represents the load metric report which contains the time metric was reported, its name and value.

Inheritance
LoadMetricReport

Constructor

LoadMetricReport(*, last_reported_utc=None, name: Optional[str] = None, value: Optional[str] = None, current_value: Optional[str] = None, **kwargs)

Parameters

last_reported_utc
datetime
Required

Gets the UTC time when the load was reported.

name
str
Required

The name of the load metric.

value
str
Required

The value of the load metric. In future releases of Service Fabric this parameter will be deprecated in favor of CurrentValue.

current_value
str
Required

The value of the load metric.