你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
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?: number
Property Value
number
offset
StartByte, larger than or equal 0.
offset: number
Property Value
number