Member Junction
    Preparing search index...

    Options for MJFilesArtifactStore.

    interface MJFilesArtifactStoreOptions {
        baseDir?: string;
        contentType?: string;
        providerId?: string;
    }
    Index

    Properties

    baseDir?: string

    Base directory the serialized bytes are written to. Defaults to resolveLocalArtifactBaseDir (env PS_ARTIFACT_DIR, else <os.tmpdir()>/mj-ps-artifacts). Injectable so tests target a scratch dir.

    contentType?: string

    MIME content type recorded on the file (defaults to application/octet-stream).

    providerId?: string

    Storage-provider id to stamp on the MJ: Files row (ProviderID). Required in practice — the column is NOT NULL — and supplied by buildArtifactStore from the active MJ: File Storage Providers row.