共用方式為


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

Content

Content

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

Dispose()

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

Applies to