IAzureStorageDownloadAsync Method

This method downloads a file with the specified filename

Definition

Namespace: MobileTrack.DataContainers.FileStorage
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<BlobDto?> DownloadAsync(
	CompanyDto owner,
	string blobFilename,
	CancellationToken cancellationToken = default
)

Parameters

owner  CompanyDto
Company owning the file.
blobFilename  String
Filename
cancellationToken  CancellationToken  (Optional)
Optional: provide CancellationToken for the task creating the container

Return Value

TaskBlobDto
Blob

See Also