Skip to main content

IAzureBlobStorageService Members

If implemented, provides an Azure blob storage customization service.

Methods

Name Description
GetCloudBlobClient() If implemented, returns a cloud blob container instance used to create the required blob containers (if they have not yet been created).
GetCommonBlobContainer() If implemented, returns a cloud blob container instance where additional files should be saved (e.g., document images).
GetDocumentBlobContainer() If implemented, returns a cloud blob container instance where generated report documents should be saved.
GetReportBlobContainer() If implemented, returns a cloud blob container instance where report layouts should be saved.
See Also