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:
the quota value.
getQuotaResetDateTime
public OffsetDateTime getQuotaResetDateTime()
Get the quotaResetDateTime property: Date/time when the resource quota usage will be reset.
Returns:
the quotaResetDateTime value.
getUsed
public int getUsed()
Get the used property: Amount of the resource quota used.
Returns:
the used value.
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for Java