Table of Contents

Class ShareFileInfo

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

Subset of the file's properties.

public class ShareFileInfo
Inheritance
ShareFileInfo
Inherited Members

Properties

ETag

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

public ETag ETag { get; }

Property Value

ETag

IsServerEncrypted

The value of this header is set to true if the contents of the request are successfully encrypted using the specified algorithm, and false otherwise.

public bool IsServerEncrypted { get; }

Property Value

bool

LastModified

Returns the date and time the file was last modified.

public DateTimeOffset LastModified { get; }

Property Value

DateTimeOffset

SmbProperties

The file's SMB properties.

public FileSmbProperties SmbProperties { get; set; }

Property Value

FileSmbProperties