Range interface
Range for Blob Service Operations.
Properties
| count | Optional. Count of bytes, larger than 0. If not provided, will return bytes from offset to the end. | 
| offset | StartByte, larger than or equal 0. | 
Property Details
count
Optional. Count of bytes, larger than 0. If not provided, will return bytes from offset to the end.
count?: numberProperty Value
number
offset
StartByte, larger than or equal 0.
offset: numberProperty Value
number