次の方法で共有


ShareFileDownloadDetails.ContentRange プロパティ

定義

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

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

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

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

プロパティ値

適用対象