Show / Hide Table of Contents

Class BlobDataAccessOptions

Settings for the blob data access layer.

Inheritance
object
BlobDataAccessOptions
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: CrashCABN.DataAccess
Assembly: CrashCABN.DataAccess.Abstractions.dll
Syntax
public sealed class BlobDataAccessOptions

Properties

View Source

StorageAccountName

Gets or sets the Azure storage account name.

Declaration
[Required]
public string StorageAccountName { get; set; }
Property Value
Type Description
string
  • View Source
In this article
Back to top Generated by DocFX