Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Represents the load metric report which contains the time metric was reported, its name and value.
Properties
Name | Type | Required |
---|---|---|
LastReportedUtc |
string (date-time) | No |
Name |
string | No |
Value |
string (int32) | No |
CurrentValue |
string (double) | No |
LastReportedUtc
Type: string (date-time)
Required: No
Gets the UTC time when the load was reported.
Name
Type: string
Required: No
The name of the load metric.
Value
Type: string (int32)
Required: No
The value of the load metric. In future releases of Service Fabric this parameter will be deprecated in favor of CurrentValue.
CurrentValue
Type: string (double)
Required: No
The value of the load metric.