adobe-firefly-sdk
    Preparing search index...

    Type Alias FileUploadInitRequest

    FileUploadInitRequest

    This request body is used to initialize a block based file upload job.

    type FileUploadInitRequest = {
        blockSize?: number;
        mediaType: string;
        name: AssetName;
        options?: OperationOptions;
        parentId: AssetId;
        size: FileSize;
    }
    Index

    Properties

    blockSize?: number

    The size of each block in bytes. The block size returned may differ from the size requested.

    mediaType: string

    The MIME type of the file

    name: AssetName
    parentId: AssetId

    Asset Id of the parent container (project/folder).

    size: FileSize