<PackageReference Include="Azure.Storage.Blobs" Version="12.28.0-beta.1" />

Azure.Storage.Blobs.Models.BlobDownloadToOptions

public class BlobDownloadToOptions
Options for reading a blob to a destination.
public BlobRequestConditions Conditions { get; set; }

Request conditions for downloading.

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

Progress handler for tracking download progress.

public StorageTransferOptions TransferOptions { get; set; }

Transfer options for managing individual read requests.

public DownloadTransferValidationOptions TransferValidation { get; set; }

Optional override settings for this client's TransferValidation settings. This operation does not allow AutoValidateChecksum to be set false.