Class MockWatsonAzureBlobProvider
Inheritance
System.Object
MockWatsonAzureBlobProvider
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: CrashCABN.Ingestion
Assembly: CrashCABN.Ingestion.TestCommon.dll
Syntax
public static class MockWatsonAzureBlobProvider
Fields
View SourceBaseFolder
Declaration
public const string BaseFolder = "global-201712"
Field Value
| Type | Description |
|---|---|
| System.String |
BaseUri
Declaration
public static readonly Uri BaseUri
Field Value
| Type | Description |
|---|---|
| System.Uri |
Methods
View SourceCreate(Uri, Nullable<Guid>, String, String[])
Declaration
public static IAzureBlobProvider Create(Uri baseUri = null, Guid? crashId = default(Guid? ), string analysisFile = "Retail_UWP.xml", params string[] extraAttachmentNames)
Parameters
| Type | Name | Description |
|---|---|---|
| System.Uri | baseUri | |
| System.Nullable<System.Guid> | crashId | |
| System.String | analysisFile | |
| System.String[] | extraAttachmentNames |
Returns
| Type | Description |
|---|---|
| IAzureBlobProvider |