Table of Contents

Class ShareFileUploadInfo

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

ShareFileUploadInfo

public class ShareFileUploadInfo
Inheritance
ShareFileUploadInfo
Inherited Members

Properties

ContentHash

This header is returned so that the client can check for message content integrity. The value of this header is computed by the File service; it is not necessarily the same value as may have been specified in the request headers.

public byte[] ContentHash { get; }

Property Value

byte[]

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 directory 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