method AzureBlobProvider.prototype.exists
AzureBlobProvider.prototype.exists(path: string): Promise<boolean>

Reports whether an object exists in Azure Blob Storage.

Parameters

path: string

Object key

Return Type

Promise<boolean>

true if present

Usage

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