Show / Hide Table of Contents

Class CrashCABNConsts

Class that contains commonly referenced consts throughout CrashCABN.

Inheritance
System.Object
CrashCABNConsts
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.Shared
Assembly: CrashCABN.Shared.dll
Syntax
public static class CrashCABNConsts

Fields

View Source

AzureAppCenterAttachmentsDirectoryName

Default bucket name for new and unknown failures.

Declaration
public const string AzureAppCenterAttachmentsDirectoryName = "attachments"
Field Value
Type Description
System.String
View Source

AzureAppCenterContainerName

Default container name where AppCenter exports crashes to.

Declaration
public const string AzureAppCenterContainerName = "archive"
Field Value
Type Description
System.String
View Source

AzureIngestionCrashesContainerName

Default container name where CrashCABN Ingestion uploads crashes to, for titles.

Declaration
public const string AzureIngestionCrashesContainerName = "crashes"
Field Value
Type Description
System.String
View Source

DefaultFailureBucketName

Default bucket name for new and unknown failures.

Declaration
public const string DefaultFailureBucketName = "Unknown Failure"
Field Value
Type Description
System.String
View Source

DevelopmentRetailSecret

Secret prefix used for obtaining retail strings for development/int.

Declaration
public const string DevelopmentRetailSecret = "CrashCABNRetailInt"
Field Value
Type Description
System.String
View Source

DevelopmentSecret

Secret prefix used as a test title for development/int.

Declaration
public const string DevelopmentSecret = "crashcabntitle"
Field Value
Type Description
System.String
View Source

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
View Source

PackageNameString

Default analysis xml string to use to find the package name.

Declaration
public const string PackageNameString = "PKGNAME"
Field Value
Type Description
System.String
View Source

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
View Source

ProductionAppCenterSecret

Secret prefix used for CrashCABN AppCenter production related secrets.

Declaration
public const string ProductionAppCenterSecret = "CrashCABNAppCenter"
Field Value
Type Description
System.String
View Source

ProductionRetailSecret

Secret prefix used for obtaining retail strings for production.

Declaration
public const string ProductionRetailSecret = "CrashCABNRetail"
Field Value
Type Description
System.String
View Source

ProductionSecret

Secret prefix used for CrashCABN production related secrets.

Declaration
public const string ProductionSecret = "CrashCABN"
Field Value
Type Description
System.String
View Source

ProductionSendGridSecret

Secret prefix used for obtaining the SendGrid api key for production.

Declaration
public const string ProductionSendGridSecret = "SendGridApiKey"
Field Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX