QuotaCounterContract Class

Definition

Quota counter details.

public class QuotaCounterContract
type QuotaCounterContract = class
Public Class QuotaCounterContract
Inheritance
QuotaCounterContract

Constructors

QuotaCounterContract()

Initializes a new instance of the QuotaCounterContract class.

QuotaCounterContract(String, String, DateTime, DateTime, QuotaCounterValueContractProperties)

Initializes a new instance of the QuotaCounterContract class.

Properties

CounterKey

Gets or sets the Key value of the Counter. Must not be empty.

PeriodEndTime

Gets or sets the date of the end of Counter Period. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

PeriodKey

Gets or sets identifier of the Period for which the counter was collected. Must not be empty.

PeriodStartTime

Gets or sets the date of the start of Counter Period. The date conforms to the following format: yyyy-MM-ddTHH:mm:ssZ as specified by the ISO 8601 standard.

Value

Gets or sets quota Value Properties

Methods

Validate()

Validate the object.

Applies to