LoadMetricReportInfo
Information about load reported by replica.
Properties
Name | Type | Required |
---|---|---|
Name |
string | No |
Value |
integer (int32) | No |
CurrentValue |
string (double) | No |
LastReportedUtc |
string (date-time) | No |
Name
Type: string
Required: No
The name of the metric.
Value
Type: integer (int32)
Required: No
The value of the load for the metric. In future releases of Service Fabric this parameter will be deprecated in favor of CurrentValue.
CurrentValue
Type: string (double)
Required: No
The double value of the load for the metric.
LastReportedUtc
Type: string (date-time)
Required: No
The UTC time when the load is reported.