Table of Contents

Class FileDirectoryProperties

Namespace
Microsoft.WindowsAzure.Storage.File
Assembly
Microsoft.WindowsAzure.Storage.dll

Represents the system properties for a directory.

public sealed class FileDirectoryProperties
Inheritance
FileDirectoryProperties
Inherited Members

Constructors

FileDirectoryProperties()

public FileDirectoryProperties()

Properties

ETag

Gets the ETag value for the directory.

public string ETag { get; }

Property Value

string

The directory's quoted ETag value.

IsServerEncrypted

Gets the directory's server-side encryption state.

public bool IsServerEncrypted { get; }

Property Value

bool

A bool representing the directory's server-side encryption state.

LastModified

Gets the directory's last-modified time.

public DateTimeOffset? LastModified { get; }

Property Value

DateTimeOffset?

The directory's last-modified time.