Поделиться через


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.

ExpectTrailingDetails

Indicates some contents of Details are mixed into the response stream. They will not be set until Content has been fully consumed. These details will be extracted from the content stream by the library before the calling code can encounter them.

Methods

Name Description
Dispose()

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

Applies to