PoolStatistics interface

An interface representing PoolStatistics.

Properties

lastUpdateTime

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

resourceStats

Statistics related to resource consumption by Compute Nodes in the Pool.

startTime

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

url

The URL for the statistics.

usageStats

Statistics related to Pool usage, such as the amount of core-time used.

Property Details

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

resourceStats

Statistics related to resource consumption by Compute Nodes in the Pool.

resourceStats?: ResourceStatistics

Property Value

startTime

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

startTime: Date

Property Value

Date

url

The URL for the statistics.

url: string

Property Value

string

usageStats

Statistics related to Pool usage, such as the amount of core-time used.

usageStats?: UsageStatistics

Property Value