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?: undefined | number

Property Value

undefined | number

offset

StartByte, larger than or equal 0.

offset: number

Property Value

number