IPWorks Cloud 2020 PHP Edition

Questions / Feedback?

ReadBytes Property

The number of bytes to read when downloading a file.

Object Oriented Interface

public function getReadBytes();
public function setReadBytes($value);

Procedural Interface

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

Default Value

-1

Remarks

This property specifies how many bytes should be read when DownloadFile is called. It can be used in tandem with StartByte to specify a specific range of the file to download.

If set to -1 (default), there is no limit on how many bytes will be read.

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]