Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface LoadMetricReport

Package version

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

Hierarchy

  • LoadMetricReport

Index

Properties

Optional currentValue

currentValue: undefined | string

The value of the load metric.

Optional lastReportedUtc

lastReportedUtc: Date

Gets the UTC time when the load was reported.

Optional name

name: undefined | string

The name of the load metric.

Optional value

value: undefined | string

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

Generated using TypeDoc