Table of Contents

Class ShareFileUploadRangeOptions

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

Optional parameters for uploading a file range with UploadRange(HttpRange, Stream, ShareFileUploadRangeOptions, CancellationToken).

public class ShareFileUploadRangeOptions
Inheritance
ShareFileUploadRangeOptions
Inherited Members

Constructors

ShareFileUploadRangeOptions()

public ShareFileUploadRangeOptions()

Properties

Conditions

Optional ShareFileRequestConditions to add conditions on the upload of this file range.

public ShareFileRequestConditions Conditions { get; set; }

Property Value

ShareFileRequestConditions

FileLastWrittenMode

Optional. Specifies if the file last write time should be set to the current time, or the last write time currently associated with the file should be preserved.

public FileLastWrittenMode? FileLastWrittenMode { get; set; }

Property Value

FileLastWrittenMode?

ProgressHandler

Optional IProgress<T> to provide progress updates about data transfers.

public IProgress<long> ProgressHandler { get; set; }

Property Value

IProgress<long>

TransferValidation

Optional override settings for this client's TransferValidation settings. hashing on uploads.

public UploadTransferValidationOptions TransferValidation { get; set; }

Property Value

UploadTransferValidationOptions