Interface IWatsonCrashClient
Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.Abstractions.dll
Syntax
public interface IWatsonCrashClient
Methods
View SourceGetCrashFileStream(Uri)
Opens the crash file as a stream.
Declaration
Task<Stream> GetCrashFileStream(Uri crashFileUri)
Parameters
Type | Name | Description |
---|---|---|
Uri | crashFileUri | URI for the crash. |
Returns
Type | Description |
---|---|
Task<Stream> | The stream when the file is successfully opened. |