QuotaCounterContract interface
Quota counter details.
Properties
counter |
The Key value of the Counter. Must not be empty. |
period |
The date of the end of Counter Period. The date conforms to the following format: |
period |
Identifier of the Period for which the counter was collected. Must not be empty. |
period |
The date of the start of Counter Period. The date conforms to the following format: |
value | Quota Value Properties |
Property Details
counterKey
The Key value of the Counter. Must not be empty.
counterKey: string
Property Value
string
periodEndTime
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.
periodEndTime: Date
Property Value
Date
periodKey
Identifier of the Period for which the counter was collected. Must not be empty.
periodKey: string
Property Value
string
periodStartTime
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.
periodStartTime: Date
Property Value
Date
value
Quota Value Properties
value?: QuotaCounterValueContractProperties