Represents the system properties for a file.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
Name | Description | |
---|---|---|
FileProperties()()()() | Initializes a new instance of the FileProperties class. | |
FileProperties(FileProperties)(FileProperties^)(FileProperties)(FileProperties) | Initializes a new instance of the FileProperties class based on an existing instance. |
Properties
Name | Description | |
---|---|---|
CacheControlCacheControlCacheControlCacheControl | Gets or sets the cache-control value stored for the file. | |
ContentDispositionContentDispositionContentDispositionContentDisposition | Gets or sets the content-disposition value stored for the file. | |
ContentEncodingContentEncodingContentEncodingContentEncoding | Gets or sets the content-encoding value stored for the file. | |
ContentLanguageContentLanguageContentLanguageContentLanguage | Gets or sets the content-language value stored for the file. | |
ContentMD5ContentMD5ContentMD5ContentMD5 | Gets or sets the content-MD5 value stored for the file. | |
ContentTypeContentTypeContentTypeContentType | Gets or sets the content-type value stored for the file. | |
ETagETagETagETag | Gets the file's ETag value. | |
LastModifiedLastModifiedLastModifiedLastModified | Gets the the last-modified time for the file, expressed as a UTC value. | |
LengthLengthLengthLength | Gets the size of the file, in bytes. |
Methods
Name | Description | |
---|---|---|
Equals(Object)(Object^)(Object)(Object) | (Inherited from Object.) | |
GetHashCode()()()() | (Inherited from Object.) | |
GetType()()()() | (Inherited from Object.) | |
ToString()()()() | (Inherited from Object.) |
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.