Assembly: Cubes;
Namespace: Prognoz.Platform.Interop.Cubes;
The IImportRequestInstance interface contains properties and methods used in time series import.
IImportRequestInstance
Property name | Brief description | |
DisableTransactions | The DisableTransactions property determines whether to import time series in one transaction. | |
ImportCallback | The ImportCallback property determines the object that is used to handle events occurring on time series import. | |
ImportResult | The ImportResult property returns information on time series import results. | |
Provider | The Provider property returns the object that is a data source. |
Method name | Brief description | |
LoadData | The LoadData method imports time series. |
See also: