The ICubeOperationResult interface contains properties of the report about data loading results.
| Property name | Brief description | |
| Error | The Error property determines an exception that occurred during data loading. | |
| FormattedMessage | The FormattedMessage property returns text of a message about data loading results. | |
| Id | The Id property determines a data loader identifier. | |
| Name | The Name property determines a data loader name. | |
| RecordsProcessed | The RecordsProcessed property determines the number of processed records. | |
| Succeeded | The Succeeded property determines whether data loading is completed or not. | |
| TimeFinish | The TimeFinish property determines date and time of data loading end. | |
| TimeStart | The TimeStart property determines date and time of data loading start. |
See also: