class

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)
Source

Class methods

empty
Source

Instance methods

count
Source
count=(count : Int64)
Source
format
Source
offset
Source
offset=(offset : Int64)
Source