AZBlob::HTTPRange
Inherits Reference < Object
HTTPRange defines a range of bytes within an HTTP resource, starting at offset and ending at offset+count. A zero-value HTTPRange indicates the entire resource. An HTTPRange which has an offset and zero value count indicates from the offset to the resource's end.
Constructors
new(offset : Int64 = 0, count : Int64 = 0)
SourceClass methods
empty
SourceInstance methods
count
Sourcecount=(count : Int64)
Sourceformat
Sourceoffset
Sourceoffset=(offset : Int64)
Source