次の方法で共有


BlobDownloadDetails.ContentRange プロパティ

定義

クライアントが 'Range' 要求ヘッダーを設定して BLOB のサブセットを要求した場合に返されるバイト範囲を示します。

Content-Range の形式は、次の形式でカムバックされる予定です。 [unit][start]-[end]/[blobSize] (例: bytes 1024-3071/10240)

[end] 値は、包括的な最後のバイトになります (たとえば、ヘッダー "bytes 0-7/8" は 8 バイト BLOB 全体です)。

public string ContentRange { get; }
member this.ContentRange : string
Public ReadOnly Property ContentRange As String

プロパティ値

適用対象