BlobDownloadStreamingResult クラス

定義

BLOB のダウンロードから返される詳細とコンテンツ。

public class BlobDownloadStreamingResult : IDisposable
type BlobDownloadStreamingResult = class
    interface IDisposable
Public Class BlobDownloadStreamingResult
Implements IDisposable
継承
BlobDownloadStreamingResult
実装

プロパティ

Content

内容です。

Details

BLOB のダウンロード時に返される詳細。

メソッド

Dispose()

基になるContentストリームで Dispose をBlobDownloadStreamingResult呼び出して を破棄します。

適用対象