FileExtendedProperties

Namespace: Proffer.Storage.FileSystem.Internal

Extends standard file properties to match the requirements of Proffer.Storage.IFileProperties.

public class FileExtendedProperties

Inheritance ObjectFileExtendedProperties

Properties

ContentType

Gets or sets the content-type.

public string ContentType { get; set; }

Property Value

String

ETag

Gets or sets the etag.

public string ETag { get; set; }

Property Value

String

CacheControl

Gets or sets the cache control.

public string CacheControl { get; set; }

Property Value

String

ContentMD5

Gets or sets the MD5 digest of the content.

public string ContentMD5 { get; set; }

Property Value

String

Metadata

Gets or sets the metadata.

public IDictionary<string, string> Metadata { get; set; }

Property Value

IDictionary<String, String>

Constructors

FileExtendedProperties()

Initializes a new instance of the FileExtendedProperties class.

public FileExtendedProperties()