AzureBlobProvider.prototype.get(path: string): Promise<Uint8Array | null>
Retrieves an object from Azure Blob Storage; null when absent.
Promise<Uint8Array | null>
The object bytes, or null
AzureBlobProvider.prototype.get(path: string): Promise<Uint8Array | null>
Retrieves an object from Azure Blob Storage; null when absent.
Promise<Uint8Array | null>
The object bytes, or null
import { AzureBlobProvider } from "storage-plugin/src/index.ts";