FileExtendedProperties
Namespace: Proffer.Storage.FileSystem.Internal
Extends standard file properties to match the requirements of Proffer.Storage.IFileProperties.
public class FileExtendedProperties
Inheritance Object → FileExtendedProperties
Properties
ContentType
Gets or sets the content-type.
public string ContentType { get; set; }
Property Value
ETag
Gets or sets the etag.
public string ETag { get; set; }
Property Value
CacheControl
Gets or sets the cache control.
public string CacheControl { get; set; }
Property Value
ContentMD5
Gets or sets the MD5 digest of the content.
public string ContentMD5 { get; set; }
Property Value
Metadata
Gets or sets the metadata.
public IDictionary<string, string> Metadata { get; set; }
Property Value
Constructors
FileExtendedProperties()
Initializes a new instance of the FileExtendedProperties class.
public FileExtendedProperties()