你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobDownloadInfo Class

Definition

The details and Content returned from downloading a blob

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

Properties

Name Description
Content

Content

Details

Details returned when downloading a Blob

Methods

Name Description
Dispose()

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

Applies to