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

    Result of document creation operation including URI and optional metadata.

    interface CreateDocumentResult {
        chatMessage?: string;
        documentId?: string;
        error?: string;
        notebookId?: string;
        spaceName?: string;
        success: boolean;
        uri: string;
    }
    Index

    Properties

    chatMessage?: string

    Chat message describing the result.

    documentId?: string

    ID of the created document.

    error?: string

    Error message if creation failed.

    notebookId?: string

    ID of the created notebook (backward compatibility).

    spaceName?: string

    Space name where cloud document was created.

    success: boolean

    Whether document creation succeeded.

    uri: string

    URI of the created document.