IBM Aspera JavaScript Library
    Preparing search index...

    Interface ReadChunkAsArrayBufferResponse

    Response containing file chunk data as a base64-encoded string

    interface ReadChunkAsArrayBufferResponse {
        data: string;
        type: string;
    }
    Index

    Properties

    Properties

    data: string

    File chunk as a base64-encoded string

    type: string

    Mime type of the file