Class FileShareEntry
- Namespace
- Microsoft.WindowsAzure.Storage.File.Protocol
- Assembly
- Microsoft.WindowsAzure.Storage.dll
Represents a share item returned in the XML response for a share listing operation.
public sealed class FileShareEntry
- Inheritance
-
FileShareEntry
- Inherited Members
Properties
Metadata
Gets the user-defined metadata for the share.
public IDictionary<string, string> Metadata { get; }
Property Value
- IDictionary<string, string>
The share's metadata, as a collection of name-value pairs.
Name
Gets the name of the share.
public string Name { get; }
Property Value
- string
The share's name.
Properties
Gets the share's system properties.
public FileShareProperties Properties { get; }
Property Value
- FileShareProperties
The share's properties.
SnapshotTime
Gets the share's snapshot time, if any.
public DateTimeOffset? SnapshotTime { get; }
Property Value
- DateTimeOffset?
A DateTimeOffset specifying the snapshot timestamp, if the share is a snapshot.
Uri
Gets the share's URI.
public Uri Uri { get; }
Property Value
- Uri
The absolute URI to the share.