AzureStorage Class

Represents an azure blob storage ORM. Use as singleton dependency injection.

Definition

Namespace: MobileTrack.DataContainers.FileStorage
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
internal sealed class AzureStorage : IAzureStorage
Inheritance
Object    AzureStorage
Implements
IAzureStorage

Constructors

AzureStorage Default constructor with dependency injections

Methods

CreateNewStorage 
DeleteAsync This method deleted a file with the specified filename
DeleteCompanyFolder Delete an entire company folder.
DeleteFolder Deletes a subfolder of a company along with its contents
DownloadAsync This method downloads a file with the specified filename
GetAnyFile This method grabs the first file in the Blob storage it can find.
ListAsync This method returns a list of all files located in the container
UploadAsync This method uploads a file submitted with the request

See Also