ISPO SDK
    Preparing search index...

    Interface BlobsPutArgs

    Markdown
    interface BlobsPutArgs {
        content: BlobContent;
        mimeType?: string;
        name?: string;
    }

    Hierarchy

    Index
    content: BlobContent

    Bytes (binary) or text to store. The host writes them verbatim.

    mimeType?: string

    Optional MIME type for protocol responses; inferred from name when omitted.

    name?: string

    Optional basename hint; the host sanitizes it for metadata only.