@twinfinity/core
    Preparing search index...

    Interface UploadApiClientContentOptions

    Defines options for the UploadApiClient.createFileSession method.

    interface UploadApiClientContentOptions {
        chunkSize?: number;
    }
    Index

    Properties

    Properties

    chunkSize?: number

    Optional chunksize. Must be > 0 and a integer. When a content is uploaded it is sliced into chunks of this size before being uploaded.