Datalayer VS Code Extension - v0.0.4
    Preparing search index...

    Metadata for a downloaded document.

    interface DocumentMetadata {
        document: Document;
        lastDownloaded: Date;
        localPath: string;
        runtime?: Runtime;
        spaceId?: string;
        spaceName?: string;
    }
    Index

    Properties

    document: Document

    The document from Datalayer

    lastDownloaded: Date

    When the document was last downloaded

    localPath: string

    Local filesystem path

    runtime?: Runtime

    Associated runtime for notebooks

    spaceId?: string

    ID of the containing space

    spaceName?: string

    Name of the containing space