Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

FileProperties Class (Microsoft.WindowsAzure.Storage.File)

Represents the system properties for a file.

Namespace:   Microsoft.WindowsAzure.Storage.File
Assembly:  Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)

Inheritance Hierarchy

System.::..Object
  Microsoft.WindowsAzure.Storage.File.::..FileProperties

Syntax

 
public sealed class FileProperties
 
public ref class FileProperties sealed 
 
[<Sealed>]
type FileProperties = class end
 
Public NotInheritable Class FileProperties

Constructors

NameDescription
System_CAPS_pubmethodFileProperties()()()()

Initializes a new instance of the FileProperties class.

System_CAPS_pubmethodFileProperties(FileProperties)(FileProperties^)(FileProperties)(FileProperties)

Initializes a new instance of the FileProperties class based on an existing instance.

Properties

NameDescription
System_CAPS_pubpropertyCacheControlCacheControlCacheControlCacheControl

Gets or sets the cache-control value stored for the file.

System_CAPS_pubpropertyContentDispositionContentDispositionContentDispositionContentDisposition

Gets or sets the content-disposition value stored for the file.

System_CAPS_pubpropertyContentEncodingContentEncodingContentEncodingContentEncoding

Gets or sets the content-encoding value stored for the file.

System_CAPS_pubpropertyContentLanguageContentLanguageContentLanguageContentLanguage

Gets or sets the content-language value stored for the file.

System_CAPS_pubpropertyContentMD5ContentMD5ContentMD5ContentMD5

Gets or sets the content-MD5 value stored for the file.

System_CAPS_pubpropertyContentTypeContentTypeContentTypeContentType

Gets or sets the content-type value stored for the file.

System_CAPS_pubpropertyETagETagETagETag

Gets the file's ETag value.

System_CAPS_pubpropertyLastModifiedLastModifiedLastModifiedLastModified

Gets the the last-modified time for the file, expressed as a UTC value.

System_CAPS_pubpropertyLengthLengthLengthLength

Gets the size of the file, in bytes.

Methods

NameDescription
System_CAPS_pubmethodEquals(Object)(Object^)(Object)(Object)

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()()()()

(Inherited from Object.)

System_CAPS_pubmethodGetType()()()()

(Inherited from Object.)

System_CAPS_pubmethodToString()()()()

(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.

Return to top