StorageResourceReadStreamResult.ContentRange Field

Definition

Indicates the range of bytes returned if the client requested a subset of the storage resource by setting the Range request header.

The format of the Content-Range is expected to comeback in the following format. [unit] [start]-[end]/[fileSize] (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 storage resource).

public readonly string ContentRange;
val mutable ContentRange : string
Public ReadOnly ContentRange As String 

Field Value

Applies to