Click or drag to resize

ByteRange Class

Content range of the object to be downloaded or copied
Inheritance Hierarchy
SystemObject
  OBS.ModelByteRange

Namespace:  OBS.Model
Assembly:  esdk_obs_.net (in esdk_obs_.net.dll) Version: 3.1.3.0 (3.1.3)
Syntax
C#
public class ByteRange

The ByteRange type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyEnd
End position, that is the sequence number of the byte from which the download or copy ends
Public propertyStart
Start position, that is the sequence number of the byte from which the download or copy starts
Top
See Also