Class CrashCABNConsts
Class that contains commonly referenced consts throughout CrashCABN.
Inheritance
Inherited Members
Namespace: CrashCABN.Shared
Assembly: CrashCABN.Shared.dll
Syntax
public static class CrashCABNConsts
Fields
View SourceAzureAppCenterAttachmentsDirectoryName
Default bucket name for new and unknown failures.
Declaration
public const string AzureAppCenterAttachmentsDirectoryName = "attachments"
Field Value
Type | Description |
---|---|
System.String |
AzureAppCenterContainerName
Default container name where AppCenter exports crashes to.
Declaration
public const string AzureAppCenterContainerName = "archive"
Field Value
Type | Description |
---|---|
System.String |
AzureIngestionCrashesContainerName
Default container name where CrashCABN Ingestion uploads crashes to, for titles.
Declaration
public const string AzureIngestionCrashesContainerName = "crashes"
Field Value
Type | Description |
---|---|
System.String |
DefaultFailureBucketName
Default bucket name for new and unknown failures.
Declaration
public const string DefaultFailureBucketName = "Unknown Failure"
Field Value
Type | Description |
---|---|
System.String |
DevelopmentRetailSecret
Secret prefix used for obtaining retail strings for development/int.
Declaration
public const string DevelopmentRetailSecret = "CrashCABNRetailInt"
Field Value
Type | Description |
---|---|
System.String |
DevelopmentSecret
Secret prefix used as a test title for development/int.
Declaration
public const string DevelopmentSecret = "crashcabntitle"
Field Value
Type | Description |
---|---|
System.String |
DevelopmentSendGridSecret
Secret prefix used for obtaining the SendGrid api key for development/int.
Declaration
public const string DevelopmentSendGridSecret = "SendGridApiKeyInt"
Field Value
Type | Description |
---|---|
System.String |
PackageNameString
Default analysis xml string to use to find the package name.
Declaration
public const string PackageNameString = "PKGNAME"
Field Value
Type | Description |
---|---|
System.String |
PackageVersionString
Default analysis xml string to use to find the packageversion/build number.
Declaration
public const string PackageVersionString = "PKGVER"
Field Value
Type | Description |
---|---|
System.String |
ProductionAppCenterSecret
Secret prefix used for CrashCABN AppCenter production related secrets.
Declaration
public const string ProductionAppCenterSecret = "CrashCABNAppCenter"
Field Value
Type | Description |
---|---|
System.String |
ProductionRetailSecret
Secret prefix used for obtaining retail strings for production.
Declaration
public const string ProductionRetailSecret = "CrashCABNRetail"
Field Value
Type | Description |
---|---|
System.String |
ProductionSecret
Secret prefix used for CrashCABN production related secrets.
Declaration
public const string ProductionSecret = "CrashCABN"
Field Value
Type | Description |
---|---|
System.String |
ProductionSendGridSecret
Secret prefix used for obtaining the SendGrid api key for production.
Declaration
public const string ProductionSendGridSecret = "SendGridApiKey"
Field Value
Type | Description |
---|---|
System.String |