Table of Contents

Class ShareDirectoryProperties

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

Properites for a directory.

public class ShareDirectoryProperties
Inheritance
ShareDirectoryProperties
Inherited Members

Properties

ETag

The ETag contains a value that you can use to perform operations conditionally, in quotes.

public ETag ETag { get; }

Property Value

ETag

IsServerEncrypted

Set to true if the directory metadata is completely encrypted using the specified algorithm. Otherwise, the value is set to false.

public bool IsServerEncrypted { get; }

Property Value

bool

LastModified

Returns DateTimeOffest the directory was last modified. Operations on files within the directory do not affect the last modified time of the directory.

public DateTimeOffset LastModified { get; }

Property Value

DateTimeOffset

Metadata

A set of name-value pairs that contain metadata for the directory.

public IDictionary<string, string> Metadata { get; }

Property Value

IDictionary<string, string>

SmbProperties

The SMB properties for the directory.

public FileSmbProperties SmbProperties { get; set; }

Property Value

FileSmbProperties