Class FileShareProperties
- Namespace
- Microsoft.WindowsAzure.Storage.File
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents the system properties for a share.
public sealed class FileShareProperties
- Inheritance
-
FileShareProperties
- Inherited Members
Constructors
FileShareProperties()
public FileShareProperties()
Properties
ETag
Gets the ETag value for the share.
public string ETag { get; }
Property Value
- string
The share's quoted ETag value.
LastModified
Gets the share's last-modified time.
public DateTimeOffset? LastModified { get; }
Property Value
- DateTimeOffset?
The share's last-modified time.
Quota
Gets or sets the maximum size for the share, in gigabytes.
public int? Quota { get; set; }
Property Value
- int?