Beignet API reference
    Preparing search index...

    Interface CompletedUploadFile

    File object completed by direct upload or server upload.

    interface CompletedUploadFile {
        contentType: string;
        key: string;
        name: string;
        object: StorageObject;
        size: number;
        uploadId: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    contentType: string

    MIME content type supplied by the client.

    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.