jmap-kit
    Preparing search index...

    The object representing the blob of data being uploaded

    type UploadObject = {
        data: DataSourceObject[];
        type?: string | null;
    }
    Index

    Properties

    Properties

    An array of zero or more octet sources in order (zero to create an empty blob). The result of each of these sources is concatenated together in order to create the blob.

    type?: string | null

    (default: null) Hint for media type of the data