Beignet API reference
    Preparing search index...

    Interface PreparedUploadResultFile

    Prepared upload file returned to clients.

    interface PreparedUploadResultFile {
        contentType: string;
        direct?: DirectUploadInstruction;
        key: string;
        name: string;
        size: number;
        uploadId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentType: string

    MIME content type supplied by the client.

    Direct upload instruction when a signer is configured.

    key: string

    Storage key that should receive the file.

    name: string

    Original file name supplied by the client.

    size: number

    File size in bytes.

    uploadId: string

    Stable upload id used to correlate prepare, direct upload, and complete.