Databricks SDK for JavaScript
    Preparing search index...
    interface QuotaInfo {
        lastRefreshedAt?: bigint;
        parentFullName?: string;
        parentSecurableType?: SecurableType;
        quotaCount?: number;
        quotaLimit?: number;
        quotaName?: string;
    }
    Index

    Properties

    lastRefreshedAt?: bigint

    The timestamp that indicates when the quota count was last updated.

    parentFullName?: string

    Name of the parent resource. Returns metastore ID if the parent is a metastore.

    parentSecurableType?: SecurableType

    The quota parent securable type.

    quotaCount?: number

    The current usage of the resource quota.

    quotaLimit?: number

    The current limit of the resource quota.

    quotaName?: string

    The name of the quota.