Skip to main content

DataMove.Defaults

persistent class DataMove.Defaults extends %Library.Persistent, %SYSTEM.Help

SQL Table Name: DataMove.Defaults

Default parameters for DataMove.

Property Inventory

Parameters

parameter DEFAULTCONCURRENCY = 0;
Inherited description: DEFAULTCONCURRENCY is the default value for the concurrency formal argument defined for %Open, %OpenId, %Delete and %DeleteId methods. It is not the default value of the %Concurrency property of persistent classes. If the value of the actual concurrency argument passed to any of the above methods is -1 then the formal argument value will be set to the value of the DEFAULTCONCURRENCY parameter value defined for the class.
parameter DOMAIN = %Utility;

Properties

property EnableDataCheck as %Boolean [ InitialExpression = 1 , Required ];
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.
Property methods: EnableDataCheckDisplayToLogical(), EnableDataCheckGet(), EnableDataCheckGetStored(), EnableDataCheckIsValid(), EnableDataCheckLogicalToDisplay(), EnableDataCheckNormalize(), EnableDataCheckSet()
property MaxMBCheckPerMin as %Integer (MINVAL = 0) [ InitialExpression = 0 , Required ];
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.
Property methods: MaxMBCheckPerMinDisplayToLogical(), MaxMBCheckPerMinGet(), MaxMBCheckPerMinGetStored(), MaxMBCheckPerMinIsValid(), MaxMBCheckPerMinLogicalToDisplay(), MaxMBCheckPerMinNormalize(), MaxMBCheckPerMinSet()
property MaxMBPerMin as %Integer (MINVAL = 0) [ InitialExpression = 0 , Required ];
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.
Property methods: MaxMBPerMinDisplayToLogical(), MaxMBPerMinGet(), MaxMBPerMinGetStored(), MaxMBPerMinIsValid(), MaxMBPerMinLogicalToDisplay(), MaxMBPerMinNormalize(), MaxMBPerMinSet()

Inherited Members

Inherited Methods

Storage

Storage Model: Storage (DataMove.Defaults)

^|"^^"_$zu(12)|IRIS.DataMove.DefaultsD(ID)
=
%%CLASSNAME
Version
EnableDataCheck
LogLevel
MaxMBCheckPerMin
MaxMBPerMin
VerifyLevel
FeedbackOpens in a new tab