Usage Class

Definition

The usage data for a usage request.

public class Usage
type Usage = class
Public Class Usage
Inheritance
Usage
Derived

Constructors

Usage()

Initializes a new instance of the Usage class.

Usage(UnitType, MetricName, String, Nullable<Int64>, Nullable<Int64>)

Initializes a new instance of the Usage class.

Properties

CurrentValue

Gets current value for this metric

Limit

Gets maximum value for this metric

Name

Gets the name information for the metric.

QuotaPeriod

Gets the quota period used to summarize the usage values.

Unit

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

Applies to