QuotaDetails Class

  • java.lang.Object
    • com.azure.ai.formrecognizer.documentanalysis.administration.models.QuotaDetails

public final class QuotaDetails

Quota used, limit, and next reset date/time.

Constructor Summary

Constructor Description
QuotaDetails()

Creates a QuotaDetails object.

Method Summary

Modifier and Type Method and Description
int getQuota()

Get the quota property: Resource quota limit.

OffsetDateTime getQuotaResetDateTime()

Get the quotaResetDateTime property: Date/time when the resource quota usage will be reset.

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