Table of Contents

Class ShareInfo

Namespace
Azure.Storage.Files.Shares.Models
Assembly
Azure.Storage.Files.Shares.dll

ShareInfo

public class ShareInfo
Inheritance
ShareInfo
Inherited Members

Properties

ETag

The ETag contains a value which represents the version of the share, in quotes.

public ETag ETag { get; }

Property Value

ETag

LastModified

Returns the date and time the share was last modified. Any operation that modifies the share or its properties or metadata updates the last modified time. Operations on files do not affect the last modified time of the share.

public DateTimeOffset LastModified { get; }

Property Value

DateTimeOffset