Azure Integrator V2 - Online Help
Azure Integrator V2
Questions / Feedback?

TransferredDataLimit Property

The maximum of bytes of data to be transferred.

Object Oriented Interface

public function getTransferredDataLimit();
public function setTransferredDataLimit($value);

Procedural Interface

inazure_azurerequest_get($res, 47 );
inazure_azurerequest_set($res, 47, $value );

Default Value

0

Remarks

This property defines the maximum of bytes of data to be transferred. The default value is 0, which means there is no limit to the amount of data the class will accumulate and parse. If this value is set to a number n which is greater than 0, the class will only receive the first n bytes of data from the server.

Data Type

Long64

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 2.0.6240.0