QuotaDetails Class
- java.
lang. Object - com.
azure. ai. formrecognizer. documentanalysis. administration. models. QuotaDetails
- com.
public final class QuotaDetails
Quota used, limit, and next reset date/time.
Constructor Summary
Constructor | Description |
---|---|
QuotaDetails() |
Creates a Quota |
Method Summary
Modifier and Type | Method and Description |
---|---|
int |
getQuota()
Get the quota property: Resource quota limit. |
Offset |
getQuotaResetDateTime()
Get the quota |
int |
getUsed()
Get the used property: Amount of the resource quota used. |
Methods inherited from java.lang.Object
Constructor Details
QuotaDetails
public QuotaDetails()
Creates a QuotaDetails object.
Method Details
getQuota
public int getQuota()
Get the quota property: Resource quota limit.
Returns:
getQuotaResetDateTime
public OffsetDateTime getQuotaResetDateTime()
Get the quotaResetDateTime property: Date/time when the resource quota usage will be reset.
Returns:
getUsed
public int getUsed()
Get the used property: Amount of the resource quota used.
Returns:
Applies to
Azure SDK for Java