你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

BlobDownloadDetails.ContentRange Property

Definition

Indicates the range of bytes returned in the event that the client requested a subset of the blob by setting the 'Range' request header.

The format of the Content-Range is expected to comeback in the following format. [unit] [start]-[end]/[blobSize] (e.g. bytes 1024-3071/10240)

The [end] value will be the inclusive last byte (e.g. header "bytes 0-7/8" is the entire 8-byte blob).

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

Property Value

Applies to