Class BlobCacheProfileElement

Inheritance
System.Object
BlobCacheProfileElement
Namespace: Mediachase.BusinessFoundation.Blob.BlobProfileDownload.Configuration
Assembly: Mediachase.BusinessFoundation.dll
Version: 10.8.0
Syntax
public class BlobCacheProfileElement : ConfigurationElement

Constructors

BlobCacheProfileElement()

Declaration
public BlobCacheProfileElement()

Properties

Name

Gets or sets the name.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String

The name.

Path

Gets or sets the path.

Declaration
public string Path { get; set; }
Property Value
Type Description
System.String

The path.

StorageProvider

Gets or sets the storage provider.

Declaration
public string StorageProvider { get; set; }
Property Value
Type Description
System.String

The storage provider.

VirtualPath

Gets or sets the virtual path.

Declaration
public string VirtualPath { get; set; }
Property Value
Type Description
System.String

The virtual path.