DisableTransactions: Boolean;
DisableTransactions: boolean;
The DisableTransactions property determines whether to import time series in one transaction.
Available values:
True. Time series are replicated 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 replication. It should also be taken into account that replication within one transaction results in increase of server hard drive memory.
False. Default value. Time series are replicated within several transactions.
NOTE. The property value is not saved.
The property use is given in the example for ICubeMetaUpdateEx.ForceEmptyValues.
See also: