IAzureStorageDeleteAsync Method
This method deleted a file with the specified filename
Namespace: MobileTrack.DataContainers.FileStorageAssembly: MobileTrack.DataContainers (in MobileTrack.DataContainers.dll) Version: 0.8+34f1bbd8dc6b32752cfce829cbed66e15113d7ba
Task<ValidationModel> DeleteAsync(
CompanyDto owner,
string blobFilename,
CancellationToken cancellationToken = default
)
- owner CompanyDto
- Company owning the file.
- blobFilename String
- Filename
- cancellationToken CancellationToken (Optional)
- Optional: provide CancellationToken for the task creating the container
TaskValidationModelValidation model with result of action