Metabase > Metabase Assembly Interfaces > IMetabaseUpdateObjectNode
The IMetabaseUpdateObjectNode interface contains properties that define parameters of repository objects update.
Property name | Brief description | |
![]() |
The AccessToken property returns object access label saved in update. | |
![]() |
The AccessTokenOptions property determines options of access label setting saving on saving object update parameters. | |
![]() |
The Acl property returns a list of access control to the object saved in update. | |
![]() |
The AlterType property determines the case when the object will be recreated on the DBMS level. | |
![]() |
The ApplyState property returns parameters of object readiness to updating. | |
![]() |
The BoundType property determines a type of updating. | |
![]() |
The Constraint property determines a method of the object updating. | |
![]() |
The ExtendedParams property determines additional parameters of the objects updating. | |
![]() |
The ForceKeepId property indicated whether the identifier change is cancelled when updating existing objects. | |
![]() |
The ForceUniqueId property indicates whether the new unique object identifier is generated if the identifiers of the objects coincide in the updating and in the repository. | |
![]() |
The IncludeChildrenDependencies property determines whether the children should be included to the update. | |
![]() |
The IncludeData property indicates whether the object data is included into update. | |
![]() |
Свойство IsUnderUpdateRoot возращает признак расположения объекта обновления под корнем IMetabaseUpdate.RootFolder. | |
![]() |
The KeepNativeNames property determines whether object physical name is saved on its update. | |
![]() |
The Object property determines description of the repository object with which the object being updated is connected. | |
![]() |
The ObjectId property determines an identifier of the object that is updated. | |
![]() |
The ObjectName property determines a name of the object that is updated. | |
![]() |
The ObjectOldKey property returns old object key. | |
![]() |
The Parent property returns the parent object. | |
![]() |
The SDApplyLog property returns log including access right modifications. | |
![]() |
The UnboundType property determines a type of updating for replication. | |
![]() |
The UpdateOrder property determines the order of updating of objects data. | |
![]() |
The UpdatePart property determines a method of object data updating. | |
![]() |
The UpdateType property determines a type of the repository object updating. |
Property name | Brief description | |
![]() |
Condition | The Condition property returns a condition with the execution of which the object is updated. |
![]() |
Enabled | The Enabled property determines whether the object should be updated. |
![]() |
Index | The Index property returns an index of the object being updated. |
![]() |
Key | The Key property returns a key of the update object. |
![]() |
Label | The Label property determines a label of the update object. |
![]() |
NodeType | The NodeType property returns a type of the update object. |
![]() |
ParentNode | The ParentNode property returns a parent structure for the update object. |
Method name | Brief description | |
![]() |
Prepare | The Prepare method prepares the object for updating. |
See also: