Databricks SDK for JavaScript
    Preparing search index...
    interface ProjectStatus {
        branchLogicalSizeLimitBytes?: bigint;
        budgetPolicyId?: string;
        customTags?: ProjectCustomTag[];
        defaultBranch?: string;
        defaultEndpointSettings?: ProjectDefaultEndpointSettings;
        displayName?: string;
        enablePgNativeLogin?: boolean;
        historyRetentionDuration?: Duration;
        owner?: string;
        pgVersion?: number;
        projectId?: string;
        syntheticStorageSizeBytes?: bigint;
    }
    Index

    Properties

    branchLogicalSizeLimitBytes?: bigint

    The logical size limit for a branch.

    budgetPolicyId?: string

    The budget policy that is applied to the project.

    customTags?: ProjectCustomTag[]

    The effective custom tags associated with the project.

    defaultBranch?: string

    The full resource path of the default branch of the project

    defaultEndpointSettings?: ProjectDefaultEndpointSettings

    The effective default endpoint settings.

    displayName?: string

    The effective human-readable project name.

    enablePgNativeLogin?: boolean

    Whether to enable PG native password login on all endpoints in this project.

    historyRetentionDuration?: Duration

    The effective number of seconds to retain the shared history for point in time recovery.

    owner?: string

    The email of the project owner.

    pgVersion?: number

    The effective major Postgres version number.

    projectId?: string

    Part of the resource name.

    syntheticStorageSizeBytes?: bigint

    The current space occupied by the project in storage.