Databricks SDK for JavaScript
    Preparing search index...
    interface NotebookFile {
        comment?: string;
        id?: string;
        name?: string;
        share?: string;
        shareId?: string;
        tags?: TagKeyValue[];
    }
    Index

    Properties

    comment?: string

    The comment of the notebook file.

    id?: string

    The id of the notebook file.

    name?: string

    Name of the notebook file.

    share?: string

    The name of the share that the notebook file belongs to.

    shareId?: string

    The id of the share that the notebook file belongs to.

    tags?: TagKeyValue[]

    The tags of the notebook file.