Show / Hide Table of Contents

Class CommonAttachmentNames

Contains constant string values for referencing attachments by name.

Inheritance
object
CommonAttachmentNames
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public static class CommonAttachmentNames

Fields

View Source

AppCenter

A string key used to look up the parsed AppCenter attachment file.

Declaration
public const string AppCenter = "AppCenter"
Field Value
Type Description
string
View Source

AppCenterJSON

A string key used to look up the AppCenter JSON attachment file.

Declaration
public const string AppCenterJSON = "AppCenterJSON"
Field Value
Type Description
string
View Source

BuildType

A string key used to look up the pull ingestion-configured build type associated with a crash.

Declaration
public const string BuildType = "BuildType"
Field Value
Type Description
string
View Source

ExtendedMessage

A string key used to look up the extended message data.

Declaration
public const string ExtendedMessage = "ExtendedMessage"
Field Value
Type Description
string
View Source

PseudoAttachmentsNotForBugFiler

An array of names which the bug filer should ignore when uploading attachments containing constant data.

Declaration
public static readonly ImmutableArray<string> PseudoAttachmentsNotForBugFiler
Field Value
Type Description
ImmutableArray<string>
View Source

WatsonAnalysis

A string key used to look up the parsed Watson analysis attachment file.

Declaration
public const string WatsonAnalysis = "WatsonAnalysis"
Field Value
Type Description
string
View Source

WatsonAnalysisXML

A string key used to look up the Watson analysis XML attachment file contents.

Declaration
public const string WatsonAnalysisXML = "WatsonAnalysis.xml"
Field Value
Type Description
string
View Source

WatsonAnalysisXMLViaURL

A string key used to look up the Watson analysis XML attachment file by downloading its URL.

Declaration
public const string WatsonAnalysisXMLViaURL = "WatsonAnalysisXMLViaURL"
Field Value
Type Description
string
View Source

WatsonApportionedHits

A string key used to look up the Watson apportioned hit count.

Declaration
public const string WatsonApportionedHits = "WatsonApportionedHits"
Field Value
Type Description
string
View Source

WatsonCrashFolder

A string key used to look up the Watson crash folder name.

Declaration
public const string WatsonCrashFolder = "WatsonCrashFolder"
Field Value
Type Description
string
View Source

WatsonEmbeddedRetailFiles

An array of file names which should be attachments to the work items we create for a Watson crash.

Declaration
public static readonly ImmutableArray<string> WatsonEmbeddedRetailFiles
Field Value
Type Description
ImmutableArray<string>
View Source

WatsonInternalMetadata

A string key used to look up the Watson internal metadata XML attachment file contents.

Declaration
public const string WatsonInternalMetadata = "WERInternalMetadata.xml"
Field Value
Type Description
string
View Source

WatsonInternalRequest

A string key used to look up the Watson internal request XML attachment file contents.

Declaration
public const string WatsonInternalRequest = "WERInternalRequest.xml"
Field Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX