DisableTransactions: Boolean;
DisableTransactions: boolean;
The DisableTransactions property determines whether to import time series in one transaction.
Available values:
True. Time series are imported in one transaction. It is recommended to use this method if time series database is used by several users at a time. It will help to avoid the situation when the user gets incomplete data retrieved from time series database during import. It should also be noted that import in one transaction increases disk memory on the server.
False. Default value. Time series are imported in several transactions.
NOTE. The property value is not saved.
The property use is given in the example for IImportRequestInstance.ImportCallback.
See also: