DiagnosticMetricSet interface
Class representing Diagnostic Metric information
Properties
end |
End time of the period |
name | Name of the metric |
start |
Start time of the period |
time |
Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D |
unit | Metric's unit |
values | Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain} |
Property Details
endTime
End time of the period
endTime?: Date
Property Value
Date
name
Name of the metric
name?: string
Property Value
string
startTime
Start time of the period
startTime?: Date
Property Value
Date
timeGrain
Presented time grain. Supported grains at the moment are PT1M, PT1H, P1D
timeGrain?: string
Property Value
string
unit
Metric's unit
unit?: string
Property Value
string
values
Collection of metric values for the selected period based on the {Microsoft.Web.Hosting.Administration.DiagnosticMetricSet.TimeGrain}
values?: DiagnosticMetricSample[]