Databricks SDK for JavaScript
    Preparing search index...

    Metadata about the source file; present only for file-path input.

    interface AiParseDocumentFileMetadata {
        fileModificationTime?: string;
        fileName?: string;
        filePath?: string;
        fileSize?: bigint;
    }
    Index

    Properties

    fileModificationTime?: string

    Last-modified timestamp of the source file, as an HTTP date string.

    fileName?: string

    Base name of the source file.

    filePath?: string

    Unity Catalog volume path of the source file.

    fileSize?: bigint

    Size of the source file in bytes.