Show / Hide Table of Contents

Class BunnyBlobProviderConfigurationNames

Inheritance
object
BunnyBlobProviderConfigurationNames
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Volo.Abp.BlobStoring.Bunny
Assembly: Volo.Abp.BlobStoring.Bunny.dll
Syntax
public static class BunnyBlobProviderConfigurationNames

Fields

AccessKey

Declaration
public const string AccessKey = "Bunny.AccessKey"
Field Value
Type Description
string

ContainerName

Declaration
public const string ContainerName = "Bunny.ContainerName"
Field Value
Type Description
string

CreateContainerIfNotExists

Declaration
public const string CreateContainerIfNotExists = "Bunny.CreateContainerIfNotExists"
Field Value
Type Description
string

Region

Declaration
public const string Region = "Bunny.Region"
Field Value
Type Description
string
In this article
Back to top Powered by ABP.IO Platform