IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

StartByte Property

The byte offset from which to resume the upload or download.

Object Oriented Interface

public function getStartByte();
public function setStartByte($value);

Procedural Interface

ipworkscloud_wasabi_get($res, 86 );
ipworkscloud_wasabi_set($res, 86, $value );

Default Value

0

Remarks

This property specifies the byte offset from which to resume an automatic multipart upload initiated by CreateObject, or a download initiated by GetObject. Refer to those methods' documentation for more information about resuming uploads and downloads.

This property is not available at design time.

Data Type

Long64

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks Cloud 2020 PHP Edition - Version 20.0 [Build 8265]