property AzureBlobProvider.prototype.isHealthy
Since 0.1.0

M70c: delegates to the injected client's optional isHealthy?() (the real adapter calls the container client's exists()). Assigned in connect() only when the client provides the member; a client that omits it is unknown, and the indicator reads absence (not false) as that.

Type

() => Promise<boolean>

Usage

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