Selva Compute API Reference - v1.1.2
    Preparing search index...

    Type Alias FileBaseInfo

    Represents a reference to an external file to be included in file operations.

    This type is used to specify additional files (beyond compute response files) that should be fetched and included when processing files. The file is fetched from the provided URL and processed as a ProcessedFile.

    • FileData for files from compute responses
    • processFiles for how FileBaseInfo is processed (fetched and converted)
    type FileBaseInfo = {
        fileName: string;
        filePath: string;
    }
    Index

    Properties

    Properties

    fileName: string

    Destination filename for the file in the archive or result set (e.g., "additional-data.json")

    filePath: string

    URL to fetch the file from. Must be accessible from the runtime environment