Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadMetricReportInfo

Package version

Information about load reported by replica.

Hierarchy

  • LoadMetricReportInfo

Index

Properties

Optional currentValue

currentValue: undefined | string

The double value of the load for the metric.

Optional lastReportedUtc

lastReportedUtc: Date

The UTC time when the load is reported.

Optional name

name: undefined | string

The name of the metric.

Optional value

value: undefined | number

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

Generated using TypeDoc