Show / Hide Table of Contents

Class DataAccessOptions

Settings for the data access layer.

Inheritance
System.Object
DataAccessOptions
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.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public class DataAccessOptions

Properties

View Source

SqlConnectionString

Gets or sets the SQL connection string for the web/ingestion DB.

Declaration
public string SqlConnectionString { get; set; }
Property Value
Type Description
System.String
View Source

StorageConnectionString

Gets or sets the Azure storage connection string.

Declaration
public string StorageConnectionString { get; set; }
Property Value
Type Description
System.String
  • View Source
In This Article
Back to top Generated by DocFX