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

Azure.Storage.Files.DataLake.Models.FileDownloadInfo

public class FileDownloadInfo
The properties and content returned from downloading a file.
public Stream Content { get; }

Content.

public byte[] ContentHash { get; }

If the file has an MD5 hash and this operation is to read the full file, this response header is returned so that the client can check for message content integrity.

public long ContentLength { get; }

The number of bytes present in the response body.

Properties returned when downloading a file.