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

Azure.Storage.Files.DataLake.Models.DataLakeOpenReadOptions

Optional parameters for OpenReadAsync
public int? BufferSize { get; set; }

The buffer size to use when the stream downloads parts of the file. Defaults to 4 MB.

Optional DataLakeRequestConditions to add conditions on the download of the file.

public long Position { get; set; }

The position within the file to begin the stream. Defaults to the beginning of the file.

public DownloadTransferValidationOptions TransferValidation { get; set; }

Optional override settings for this client's TransferValidation settings.

public DataLakeOpenReadOptions(bool allowModifications)

Constructor.