Show / Hide Table of Contents

Class LocalDevelopmentStorageConnection

Inheritance
object
LocalDevelopmentStorageConnection
Implements
ITitleStorageConnection
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public class LocalDevelopmentStorageConnection : ITitleStorageConnection

Fields

View Source

StorageAccountName

Declaration
public const string StorageAccountName = "UseDevelopmentStorage=true"
Field Value
Type Description
string

Methods

View Source

GetStorageAccountForTitle(string)

Declaration
public string GetStorageAccountForTitle(string titleName)
Parameters
Type Name Description
string titleName
Returns
Type Description
string
View Source

GetStorageForwarderAccountForTitle(string)

Declaration
public string GetStorageForwarderAccountForTitle(string titleName)
Parameters
Type Name Description
string titleName
Returns
Type Description
string

Implements

ITitleStorageConnection

Extension Methods

ITitleStorageConnectionExtensions.GetBlobEndpoint(ITitleStorageConnection, string)
  • View Source
In this article
Back to top Generated by DocFX