Class CommonAttachmentNames
Contains constant string values for referencing attachments by name.
Inherited Members
Namespace: CrashCABN.Metadata
Assembly: CrashCABN.Metadata.Abstractions.dll
Syntax
public static class CommonAttachmentNames
Fields
View SourceAppCenter
A string key used to look up the parsed AppCenter attachment file.
Declaration
public const string AppCenter = "AppCenter"
Field Value
Type | Description |
---|---|
string |
AppCenterJSON
A string key used to look up the AppCenter JSON attachment file.
Declaration
public const string AppCenterJSON = "AppCenterJSON"
Field Value
Type | Description |
---|---|
string |
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 |
ExtendedMessage
A string key used to look up the extended message data.
Declaration
public const string ExtendedMessage = "ExtendedMessage"
Field Value
Type | Description |
---|---|
string |
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> |
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 |
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 |
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 |
WatsonApportionedHits
A string key used to look up the Watson apportioned hit count.
Declaration
public const string WatsonApportionedHits = "WatsonApportionedHits"
Field Value
Type | Description |
---|---|
string |
WatsonCrashFolder
A string key used to look up the Watson crash folder name.
Declaration
public const string WatsonCrashFolder = "WatsonCrashFolder"
Field Value
Type | Description |
---|---|
string |
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> |
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 |
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 |