<PackageReference Include="Azure.Storage.Files.DataLake" Version="12.26.0-beta.1" />

Azure.Storage.Files.DataLake.Models.DataLakeFileReadOptions

Optional parameters for downloading a range of a file with Read.

Optional DataLakeRequestConditions to add conditions on downloading this file.

public HttpRange Range { get; set; }

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

public DownloadTransferValidationOptions TransferValidation { get; set; }

Optional override settings for this client's TransferValidation settings.