다음을 통해 공유


Quota Class

Definition

Describes a quota for or usage details about a resource

public class Quota
type Quota = class
Public Class Quota
Inheritance
Quota

Constructors

Quota()

Initializes a new instance of the Quota class.

Quota(Nullable<Double>, String, Nullable<Double>, QuotaName, String)

Initializes a new instance of the Quota class.

Properties

CurrentValue

Gets or sets the current value of the quota. If null or missing, the current value cannot be determined in the context of the request.

Id

Gets or sets the resource ID of the quota object

Limit

Gets or sets the maximum value of the quota. If null or missing, the quota has no maximum, in which case it merely tracks usage.

Name

Gets or sets the name of the quota

Unit

Gets or sets the unit for the quota, such as Count, Bytes, BytesPerSecond, etc.

Applies to