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
- value
- str
Required
The value of the load metric. In future releases of Service Fabric this parameter will be deprecated in favor of CurrentValue.
Feedback
Submit and view feedback for