UsageStatistics Class

Definition

Statistics related to Pool usage information.

public class UsageStatistics
type UsageStatistics = class
Public Class UsageStatistics
Inheritance
UsageStatistics

Constructors

UsageStatistics()

Initializes a new instance of the UsageStatistics class.

UsageStatistics(DateTime, DateTime, TimeSpan)

Initializes a new instance of the UsageStatistics class.

Properties

DedicatedCoreTime

Gets or sets the aggregated wall-clock time of the dedicated Compute Node cores being part of the Pool.

LastUpdateTime

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

StartTime

Gets or sets the start time of the time range covered by the statistics.

Applies to