EngineWindowsMaxTransferConcurrentRequests Property |
IT Hit User File System
Maximum number of concurrent create/update/read operations. Default is 6.
Namespace:
ITHit.FileSystem.Windows
Assembly:
ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 8.3.27213.0
Syntax public int MaxTransferConcurrentRequests { get; set; }
Public Property MaxTransferConcurrentRequests As Integer
Get
Set
public:
property int MaxTransferConcurrentRequests {
int get ();
void set (int value);
}
member MaxTransferConcurrentRequests : int with get, set
Property Value
Type:
Int32Remarks
The Engine will limit the number of conurrent calls to methods of the
IFile and
IFolder
interfaces if this property is set.
This property allows you to limit a number of concurrent requests to the remote storage.
It will limit file hydration, folder listing, creation, update, deletion, move, lock and unlock requests to your remote storage.
See Also