IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

StartByte Property

The byte offset from which to start downloading a file.

Object Oriented Interface

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

Procedural Interface

ipworkscloud_hadoopdfs_get($res, 64 );
ipworkscloud_hadoopdfs_set($res, 64, $value );

Default Value

0

Remarks

This property specifies an offset (in bytes) from which to start reading a file when DownloadFile is called. It can be used in tandem with ReadBytes to specify a specific range of the file to download.

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]