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

BlobDownloadStreamingResult Class

Definition

The details and Content returned from downloading a blob.

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

Properties

Name Description
Content

Content.

Details

Details returned when downloading a Blob.

Methods

Name Description
Dispose()

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

Applies to