UsageStatistics interface

An interface representing UsageStatistics.

Properties

dedicatedCoreTime

The aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.

lastUpdateTime

The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.

startTime

The start time of the time range covered by the statistics.

Property Details

dedicatedCoreTime

The aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.

dedicatedCoreTime: string

Property Value

string

lastUpdateTime

The time at which the statistics were last updated. All statistics are limited to the range between startTime and lastUpdateTime.

lastUpdateTime: Date

Property Value

Date

startTime

The start time of the time range covered by the statistics.

startTime: Date

Property Value

Date