ISPO SDK
    Preparing search index...

    Interface BlobsPutOptions

    Markdown
    interface BlobsPutOptions {
        mimeType?: string;
        name?: string;
    }

    Hierarchy

    Index
    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.