Default parameters for DataMove. More...
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... | |
Default parameters for DataMove.
|
static |
Default parameters for DataMove.
EnableDataCheck |
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 |
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.