IRange interface
Range for 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?: number
Property Value
number
offset
StartByte, larger than or equal 0.
offset: number
Property Value
number
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript