Show / Hide Table of Contents

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 Source

BaseFolder

Declaration
public const string BaseFolder = "global-201712"
Field Value
Type Description
System.String
View Source

BaseUri

Declaration
public static readonly Uri BaseUri
Field Value
Type Description
System.Uri

Methods

View Source

Create(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
  • View Source
In This Article
Back to top Generated by DocFX