Table of Contents

Class ShareFileDownloadOptions

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

Optional parameters for downloading a range of a file with DownloadAsync(ShareFileDownloadOptions, CancellationToken).

public class ShareFileDownloadOptions
Inheritance
ShareFileDownloadOptions
Inherited Members

Constructors

ShareFileDownloadOptions()

public ShareFileDownloadOptions()

Properties

Conditions

Optional ShareFileRequestConditions to add conditions on downloading this file.

public ShareFileRequestConditions Conditions { get; set; }

Property Value

ShareFileRequestConditions

Range

If provided, only download the bytes of the blob in the specified range. If not provided, download the entire file.

public HttpRange Range { get; set; }

Property Value

HttpRange

TransferValidation

Optional override settings for this client's TransferValidation settings.

public DownloadTransferValidationOptions TransferValidation { get; set; }

Property Value

DownloadTransferValidationOptions