Class BlobDownloadToOptions
Options for reading a blob to a destination.
Inheritance
System.Object
BlobDownloadToOptions
Namespace: System.Dynamic.ExpandoObject
Assembly: Azure.Storage.Blobs.dll
Syntax
public class BlobDownloadToOptions
Constructors
BlobDownloadToOptions()
Declaration
public BlobDownloadToOptions ();
Properties
Conditions
Request conditions for downloading.
Declaration
public Azure.Storage.Blobs.Models.BlobRequestConditions Conditions { get; set; }
Property Value
|
BlobRequestConditions
|
ProgressHandler
Progress handler for tracking download progress.
Declaration
public IProgress<long> ProgressHandler { get; set; }
Property Value
|
System.IProgress<System.Int64>
|
TransferOptions
Transfer options for managing individual read requests.
Declaration
public Azure.Storage.StorageTransferOptions TransferOptions { get; set; }
Property Value
|
Azure.Storage.StorageTransferOptions
|
TransferValidation
Optional override settings for this client's TransferValidation settings. This operation does not allow Azure.Storage.DownloadTransferValidationOptions.AutoValidateChecksum to be set false.
Declaration
public Azure.Storage.DownloadTransferValidationOptions TransferValidation { get; set; }
Property Value
|
Azure.Storage.DownloadTransferValidationOptions
|