ReadonlynameThe name of the store (e.g. 'mongodb', 'redis', 'dynamodb')
ReadonlylibraryThe client library being used
Returns the underlying BlobServiceClient for anything not wrapped here.
Uploads data to container/key, creating or overwriting the block blob.
Downloads container/key and returns its full contents as a Buffer.
Deletes container/key.
Returns whether container/key exists.
Lists the names of all blobs in container, optionally filtered to those
whose name starts with prefix. Iterates the SDK's async paging iterator
(listBlobsFlat) fully and returns a flat array of blob names.
Optionalprefix: stringCreates container.
AzureBlobStorewraps a@azure/storage-blobBlobServiceClientand exposes Azure Blob Storage's object-level operations. It implements the minimalNoSqlStoremarker interface — there is noquery(sql)because Blob Storage has no query language; access is by container + blob name.