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

Retrieves an object from Azure Blob Storage; null when absent.

Parameters

path: string

Object key

Return Type

Promise<Uint8Array | null>

The object bytes, or null

Usage

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