Databricks SDK for JavaScript
    Preparing search index...
    interface GetQuotaRequest {
        parentFullName?: string;
        parentSecurableType?: string;
        quotaName?: string;
    }
    Index

    Properties

    parentFullName?: string

    Full name of the parent resource. Provide the metastore ID if the parent is a metastore.

    parentSecurableType?: string

    Securable type of the quota parent.

    quotaName?: string

    Name of the quota. Follows the pattern of the quota type, with "-quota" added as a suffix.