method AzureBlobProvider.prototype.getStream
AzureBlobProvider.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array> | null>

Native stream download — adapts Azure readableStreamBody (Node Readable) into a web ReadableStream via async iteration.

Parameters

path: string

Object key

Return Type

Promise<ReadableStream<Uint8Array> | null>

A ReadableStream, or null if absent

Usage

import { AzureBlobProvider } from "storage-plugin/src/index.ts";