FileDownloadInfo Class

Definition

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