Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ResourceMetricValue

Package version

Value of resource metric.

Hierarchy

  • ResourceMetricValue

Index

Properties

Optional average

average: undefined | number

Value average. NOTE: This property will not be serialized. It can only be populated by the server.

Optional count

count: undefined | number

Value count. NOTE: This property will not be serialized. It can only be populated by the server.

Optional maximum

maximum: undefined | number

Value maximum. NOTE: This property will not be serialized. It can only be populated by the server.

Optional minimum

minimum: undefined | number

Value minimum. NOTE: This property will not be serialized. It can only be populated by the server.

Optional properties

Resource metric properties collection. NOTE: This property will not be serialized. It can only be populated by the server.

Optional timestamp

timestamp: undefined | string

Value timestamp. NOTE: This property will not be serialized. It can only be populated by the server.

Optional total

total: undefined | number

Value total. NOTE: This property will not be serialized. It can only be populated by the server.

Generated using TypeDoc