@musallam/storage-and-collaboration-client
    Preparing search index...

    A pre-signed download URL for the asset

    interface FileDownloadOKResponse {
        mediaType?: string;
        size?: number;
        url?: string;
        urlExpirationDate?: string;
    }
    Index

    Properties

    mediaType?: string

    The MIME type of the file

    size?: number

    Size of the file in bytes 0

    url?: string

    The pre-signed URL that supports HTTP range requests for partial downloads

    urlExpirationDate?: string

    The expiration date of the pre-signed URL