FileDownloadInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The properties and content returned from downloading a file.
public class FileDownloadInfo
type FileDownloadInfo = class
Public Class FileDownloadInfo
- Inheritance
-
FileDownloadInfo
Properties
Content |
Content. |
ContentHash |
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. |
ContentLength |
The number of bytes present in the response body. |
Properties |
Properties returned when downloading a file. |
Applies to
Azure SDK for .NET