Assembly: Metabase;
The IMetabaseUpdateLogRecord interface is used to work with update process log record.
IMetabaseUpdateLogRecord
Update process log record can be obtained using the IMetabaseUpdateLogRecords.Item property.
| Property name | Brief description | |
![]() |
Error | The Error property returns the error that occurred during update element execution. |
![]() |
ErrorSkipped | The ErrorSkipped property returns whether error is skipped on applying update element. |
![]() |
HasConflicts | The HasConflicts property returns whether there is a conflict on determining object correspondence in update and repository. |
![]() |
HasError | The HasError property returns whether update element execution returns error. |
![]() |
HasOnResolve | The HasOnResolve property returns whether there is a conflict related to dependencies of update object from source repository object, which are absent in the destination repository. |
![]() |
IsFinished | The IsFinished property returns whether update element is applied successfully. |
![]() |
LocalObjectVersion | The LocalObjectVersion property returns object version in repository before update. |
![]() |
LocalOriginalMetabase | The LocalOriginalMetabase property returns source repository identifier of local object before update. |
![]() |
Node | The Node property returns the update element, for which a log record is made. |
![]() |
OnResolve | The OnResolve property returns the event that occurs if there are dependencies of update object from the source repository objects that are not present in the destination repository. |
![]() |
UpdateObjectVersion | The UpdateObjectVersion property returns object version in update. |
![]() |
UpdateOriginalMetabase | The UpdateOriginalMetabase property returns source repository identifier in update. |
See also: