IAzureStorageDeleteAsync Method

This method deleted a file with the specified filename

Definition

Namespace: MobileTrack.DataContainers.FileStorage
Assembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<ValidationModel> DeleteAsync(
	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

TaskValidationModel
Validation model with result of action

See Also