Related Interfaces:
IDocumentStorageService.cs
Fields
| Field Name | Type | Description |
|---|---|---|
_connectionString | string | Connection string to Azure Storage |
Constructor
Properties
DocumentStorageService does not have any properties.
Methods
| Method Name | Description | Parameters | Return Type |
|---|---|---|---|
GetBlobContainerClient | Instantiates a client for a specific blob container | string | BlobContainerClient |
UploadBlobAsync | Attempts to upload a blob to a specific blob container | string, string, Stream | Task<(bool IsSuccess, string ErrorMessage)> |
