Class BlobConfigurationElement
Inheritance
System.Object
BlobConfigurationElement
Namespace: Mediachase.BusinessFoundation.Blob.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0Syntax
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 |
|
StorageProvidersConfiguration
Gets the storage providers configuration.
Declaration
public BlobStorageProviderElement StorageProvidersConfiguration { get; }
Property Value
Type | Description |
---|---|
BlobStorageProviderElement | The storage providers configuration. |