AzureBlobProvider.prototype.getStream(path: string): Promise<ReadableStream<Uint8Array> | null>
Native stream download — adapts Azure readableStreamBody (Node Readable)
into a web ReadableStream via async iteration.
Promise<ReadableStream<Uint8Array> | null>
A ReadableStream, or null if absent