@microsoft/agents-hosting-storage-blob package
Classes
| BlobsStorage |
A class that implements the Storage interface using Azure Blob Storage. Provides persistence for bot state data using Azure's Blob Storage service. |
| BlobsTranscriptStore |
A class that implements the TranscriptStore interface using Azure Blob Storage. |
Interfaces
| BlobsStorageOptions |
Options for configuring the BlobsStorage. |
| BlobsTranscriptStoreOptions |
Options for configuring the BlobsTranscriptStore. |
Variables
| Blob |
Error definitions for the Blob Storage system. This contains localized error codes for the Blob Storage subsystem of the AgentSDK. Each error definition includes an error code (starting from -160000), a description, and a help link pointing to an AKA link to get help for the given error. Usage example:
|
Variable Details
BlobStorageErrors
Error definitions for the Blob Storage system. This contains localized error codes for the Blob Storage subsystem of the AgentSDK.
Each error definition includes an error code (starting from -160000), a description, and a help link pointing to an AKA link to get help for the given error.
Usage example:
throw ExceptionHelper.generateException(
Error,
Errors.InvalidTimestamp
);
BlobStorageErrors: {[key: string]: AgentErrorDefinition}
Type
{[key: string]: AgentErrorDefinition}