DisableTransactions: Boolean;
DisableTransactions: boolean;
The DisableTransactions property determines whether to import time series in one transaction.
Available values:
True. Time series are copied within one transaction. It is recommended to use this method if time series database is used by several users at a time. This helps avoid the users from getting incomplete data retrieved from time series database during copying. It should also be taken into account that copying within one transaction results in increase of server hard drive memory
False. Default value. Time series are copied within several transactions.
NOTE. The property value is not saved.
The property use is given in the example for ICubeMetaUpdateEx.ForceEmptyValues.
See also: