@Generated public interface ResourceQuotasService
[Unity Catalog documentation]: https://docs.databricks.com/en/data-governance/unity-catalog/index.html#resource-quotas
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
GetQuotaResponse |
getQuota(GetQuotaRequest getQuotaRequest)
Get information for a single resource quota.
|
ListQuotasResponse |
listQuotas(ListQuotasRequest listQuotasRequest)
List all resource quotas under a metastore.
|
GetQuotaResponse getQuota(GetQuotaRequest getQuotaRequest)
The GetQuota API returns usage information for a single resource quota, defined as a child-parent pair. This API also refreshes the quota count if it is out of date. Refreshes are triggered asynchronously. The updated count might not be returned in the first call.
ListQuotasResponse listQuotas(ListQuotasRequest listQuotasRequest)
ListQuotas returns all quota values under the metastore. There are no SLAs on the freshness of the counts returned. This API does not trigger a refresh of quota counts.
Copyright © 2025. All rights reserved.