ISPO SDK
    Preparing search index...

    Interface BlobsApi

    Markdown
    interface BlobsApi {
        put(
            content: BlobContent,
            options?: BlobsPutOptions,
        ): Promise<BlobsPutResult>;
        put(args: BlobsPutArgs): Promise<BlobsPutResult>;
    }
    Index