Class QuotaDetails
java.lang.Object
com.azure.ai.documentintelligence.models.QuotaDetails
Quota used, limit, and next reset date/time.
-
Method Details
-
getUsed
public int getUsed()Get the used property: Amount of the resource quota used.- Returns:
- the used value.
-
getQuota
public int getQuota()Get the quota property: Resource quota limit.- Returns:
- the quota value.
-
getQuotaResetDateTime
Get the quotaResetDateTime property: Date/time when the resource quota usage will be reset.- Returns:
- the quotaResetDateTime value.
-