DisableTransactions: Boolean;
The DisableTransactions property determines whether to copy time series database within one transaction.
Available values:
True. Time series database is 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 database is copied within several transactions.
NOTE. The property value is not saved.
The property use is given in the example for IRubricatorCopier.Copy.
See also: