C#C++F#VB
FileShareProperties Class
Represents the system properties for a share.
Assembly: Microsoft.WindowsAzure.Storage (in Microsoft.WindowsAzure.Storage.dll)
Syntax
Constructors
| Name | Description | |
|---|---|---|
| FileShareProperties()()()() |
Properties
| Name | Description | |
|---|---|---|
| ETagETagETagETag | Gets the ETag value for the share. | |
| LastModifiedLastModifiedLastModifiedLastModified | Gets the share's last-modified time. | |
| QuotaQuotaQuotaQuota | Gets or sets the maximum size for the share, in gigabytes. |
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.