PercentileMetric Class

Definition

Percentile Metric data

public class PercentileMetric
type PercentileMetric = class
Public Class PercentileMetric
Inheritance
PercentileMetric

Constructors

PercentileMetric()

Initializes a new instance of the PercentileMetric class.

PercentileMetric(Nullable<DateTime>, Nullable<DateTime>, String, UnitType, MetricName, IList<PercentileMetricValue>)

Initializes a new instance of the PercentileMetric class.

Properties

EndTime

Gets the end time for the metric (ISO-8601 format).

MetricValues

Gets the percentile metric values for the specified time window and timestep.

Name

Gets the name information for the metric.

StartTime

Gets the start time for the metric (ISO-8601 format).

TimeGrain

Gets the time grain to be used to summarize the metric values.

Unit

Gets or sets the unit of the metric. Possible values include: 'Count', 'Bytes', 'Seconds', 'Percent', 'CountPerSecond', 'BytesPerSecond', 'Milliseconds'

Applies to