StartByte Property
The byte offset from which to start the upload or download.
Object Oriented Interface
public function getStartByte(); public function setStartByte($value);
Procedural Interface
incloudstorage_box_get($res, 77 ); incloudstorage_box_set($res, 77, $value );
Default Value
0
Remarks
This property may be set to resume and upload or download. This specifies the offset in the file from which to resume. See UploadFile and DownloadFile for details about resuming uploads and downloads.
This property is not available at design time.
Data Type
Long64