Usage Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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(String, 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' |