Interface IUploadDal
Upload data access functionality.
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public interface IUploadDal
Methods
View SourceUpdateCrashMetadataAsync(Guid, Uri, String, String, String, Uri)
Sets the path of where the crash blob is stored.
Declaration
Task UpdateCrashMetadataAsync(Guid id, Uri uploadLocation, string internalStatus, string crashOrigin, string titleName, Uri analysisUri = null)
Parameters
Type | Name | Description |
---|---|---|
System.Guid | id | |
System.Uri | uploadLocation | |
System.String | internalStatus | |
System.String | crashOrigin | |
System.String | titleName | |
System.Uri | analysisUri |
Returns
Type | Description |
---|---|
System.Threading.Tasks.Task |