Databricks SDK for JavaScript
    Preparing search index...
    interface Branch {
        branchId?: string;
        createTime?: Instant;
        name?: string;
        parent?: string;
        spec?: BranchSpec;
        status?: BranchStatus;
        uid?: string;
        updateTime?: Instant;
    }
    Index

    Properties

    branchId?: string

    The part of the name, chosen by the user when the resource was created.

    createTime?: Instant

    A timestamp indicating when the branch was created.

    name?: string

    Output only. The full resource path of the branch. Format: projects/{project_id}/branches/{branch_id}

    parent?: string

    The project containing this branch (API resource hierarchy). Format: projects/{project_id}

    Note: This field indicates where the branch exists in the resource hierarchy. For point-in-time branching from another branch, see status.source_branch.

    spec?: BranchSpec

    The spec contains the branch configuration.

    status?: BranchStatus

    The current status of a Branch.

    uid?: string

    System-generated unique ID for the branch.

    updateTime?: Instant

    A timestamp indicating when the branch was last updated.