%SYS
Defaults Class Reference

Default parameters for DataMove. More...

Inheritance diagram for Defaults:
Collaboration diagram for Defaults:

Public Attributes

 EnableDataCheck
 This property is currently not exposed to the user and should only be changed if recommended by InterSystems. More...
 
 MaxMBCheckPerMin
 Maximum number of MB DataMove DataCheck is allowed to process per minute. More...
 
 MaxMBPerMin
 Maximum number of MB DataMove is allowed to copy per minute. More...
 

Static Public Attributes

 DEFAULTCONCURRENCY = None
 Default parameters for DataMove. More...
 

Detailed Description

Default parameters for DataMove.


Member Data Documentation

◆ DEFAULTCONCURRENCY

DEFAULTCONCURRENCY = None
static

Default parameters for DataMove.


◆ EnableDataCheck

EnableDataCheck

This property is currently not exposed to the user and should only be changed if recommended by InterSystems.


NOT FOR EXTERNAL USE.
Automatically start DataCheck when copies complete.
0 - Disabled. User must start DataCheck manually if desired.
1 - Enabled.
 

◆ MaxMBCheckPerMin

MaxMBCheckPerMin

Maximum number of MB DataMove DataCheck is allowed to process per minute.


Setting the maximum number of MB DataMove DataCheck is allowed to process per minute to 0 means that DataMove will check the data as fast as it can. This value is copied and used by the DataMove when it is created. If you wish to modify an existing DataMove, use the DataMove.API:Modify() method.  

◆ MaxMBPerMin

MaxMBPerMin

Maximum number of MB DataMove is allowed to copy per minute.


Setting the maximum number of MB DataMove is allowed to copy per minute to 0 means that DataMove will copy the data as fast as it can. This value is copied and used by the DataMove when it is created. If you wish to modify an existing DataMove, use the DataMove.API:Modify() method.