ISPO SDK
    Preparing search index...

    Interface BlobsPutResult

    Markdown
    interface BlobsPutResult {
        id: string;
        mimeType: string;
        name: string;
        ref: string;
        size: number;
        url: string;
    }
    Index
    id: string
    mimeType: string
    name: string
    ref: string

    Opaque registry ref. This is also the renderable URL.

    size: number
    url: string