@twinfinity/core
    Preparing search index...

    Interface ApiCreateUploadSessionResponse

    Response from createAttachmentUploadSession.

    interface ApiCreateUploadSessionResponse {
        expiresUtc: string;
        maxChunkSize: number;
        uploadUrl: string;
    }
    Index

    Properties

    expiresUtc: string
    maxChunkSize: number

    Maximum bytes per PUT chunk.

    uploadUrl: string

    URL the client uploads the file to. The token is encoded as a query parameter.