ShareFileDownloadInfo Class

Definition

The properties and content returned from downloading a file

public class ShareFileDownloadInfo : IDisposable
type ShareFileDownloadInfo = class
    interface IDisposable
Public Class ShareFileDownloadInfo
Implements IDisposable
Inheritance
ShareFileDownloadInfo
Implements

Properties

Name Description
Content

Content

ContentCrc

When requested using DownloadTransferValidationOptions, this value contains the CRC for the download blob range. This value may only become populated once the network stream is fully consumed.

ContentHash

If the file has an MD5 hash and this operation is to read the full content, 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.

ContentType

The content type specified for the file. The default content type is 'application/octet-stream'

Details

Details returned when downloading a file

Methods

Name Description
Dispose()

Disposes the StorageFileDownloadInfo by calling Dispose on the underlying Content stream.

Applies to