London Dev Meetup Rescheduled! Due to unavoidable reasons, the event has been moved to 21st May. Speakers remain the same—any changes will be communicated. Seats are limited—register here to secure your spot!

Class BlobConfigurationElement

Inheritance
System.Object
BlobConfigurationElement
Namespace: Mediachase.BusinessFoundation.Blob.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0
Syntax
public class BlobConfigurationElement : ConfigurationElement

Constructors

BlobConfigurationElement()

Declaration
public BlobConfigurationElement()

Properties

BlobCacheDownloadProfileConfiguration

Gets the BLOB cache download profile configuration.

Declaration
public BlobCacheProfileElementCollection BlobCacheDownloadProfileConfiguration { get; }
Property Value
Type Description
BlobCacheProfileElementCollection

The BLOB cache download profile configuration.

BlobDownloadProfileConfiguration

Gets the BLOB download profile configuration.

Declaration
public BlobProfileDownloadElementCollection BlobDownloadProfileConfiguration { get; }
Property Value
Type Description
BlobProfileDownloadElementCollection

The BLOB download profile configuration.

BlobStorageProviders

Gets the temp file storage providers.

Declaration
public BlobStorageProviderCollection BlobStorageProviders { get; }
Property Value
Type Description
BlobStorageProviderCollection

The temp file storage providers.

DefaultStorageProvider

Gets the default storage provider.

Declaration
public BlobStorageProvider DefaultStorageProvider { get; }
Property Value
Type Description
BlobStorageProvider

The default storage provider.

Enabled

Gets or sets a value indicating whether this BlobConfigurationElement is enabled.

Declaration
public bool Enabled { get; set; }
Property Value
Type Description
System.Boolean

true if enabled; otherwise, false.

StorageProvidersConfiguration

Gets the storage providers configuration.

Declaration
public BlobStorageProviderElement StorageProvidersConfiguration { get; }
Property Value
Type Description
BlobStorageProviderElement

The storage providers configuration.