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

Content

Content.

Details

Details returned when downloading a Blob.

Methods

Dispose()

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

Applies to