Storage Client Library for Windows Phone (Version 7.0)

Microsoft Windows Azure Storage Blob

FileShareProperties Class (Microsoft.WindowsAzure.Storage.File)

Represents the system properties for a share.

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

Inheritance Hierarchy

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

Syntax

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

Constructors

Properties

NameDescription
System_CAPS_pubpropertyETagETagETagETag

Gets the ETag value for the share.

System_CAPS_pubpropertyLastModifiedLastModifiedLastModifiedLastModified

Gets the share's last-modified time.

System_CAPS_pubpropertyQuotaQuotaQuotaQuota

Gets or sets the maximum size for the share, in gigabytes.

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