Table of Contents

Class ShareFileUploadOptions

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

Options for uploading a file.

public class ShareFileUploadOptions
Inheritance
ShareFileUploadOptions
Inherited Members

Constructors

ShareFileUploadOptions()

public ShareFileUploadOptions()

Properties

Conditions

Request conditions for upload

public ShareFileRequestConditions Conditions { get; set; }

Property Value

ShareFileRequestConditions

ProgressHandler

Progress handler for tracking upload progress.

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

Property Value

IProgress<long>

TransferOptions

Optional Azure.Storage.StorageTransferOptions to configure parallel transfer behavior.

Share files do not support concurrent upload.
public StorageTransferOptions TransferOptions { get; set; }

Property Value

StorageTransferOptions

TransferValidation

Optional override settings for this client's TransferValidation settings.

public UploadTransferValidationOptions TransferValidation { get; set; }

Property Value

UploadTransferValidationOptions