IMetabaseUpdateDataObjectNode

Assembly: Metabase;

Namespace: Prognoz.Platform.Interop.Metabase;

Description

The IMetabaseUpdateDataObjectNode interface contains properties that determine update parameters of repository objects that contain data.

Inheritance hierarchy

          IMetabaseUpdateObjectNode

          IMetabaseUpdateDataObjectNode

Comments

To work with update manager, use properties and methods of the IMetabaseUpdate interface.

Properties

  Property name Brief description
AllowExistingRubricatorUpdate The AllowExistingRubricatorUpdate property determines whether time series database update as repository object is enabled.
BatchMode The BatchMode property determines a method of object data updating.
IsIdentity The IsIdentity property determines whether the data of the table, that contains the Identity field, is updated correctly.
Method The Method property determines a method of the object updating.
PreserveExistingData Outdated. The PreserveExistingData property determines whether the data, that is present in the updated consumer object and not present in the source object, is removed on the update.
PrimaryKey The PrimaryKey property determines the list of fields/attributes being the primary key.
ReferenceConstraintsHandling The ReferenceConstraintsHandling property determines method of limitation of integrity of updating object elements.
RequestAdminCredentials The RequestAdminCredentials property determines whether user credentials are requested if on update installation under the current user there are no sufficient permissions.
UpdateRdsSequence The UpdateRdsSequence property determines whether the system sequence is updated, which is used to generate element keys in MDM dictionaries.

Properties inherited from IMetabaseUpdateObjectNode

  Property name Brief description

AccessToken

The AccessToken property returns object access label saved in update.

AccessTokenOptions

The AccessTokenOptions property determines options of access label setting saving on saving object update parameters.

Acl

The Acl property returns a list of access control to the object saved in update.

AlterType

The AlterType property determines the case when the object will be recreated on the DBMS level.

BoundType

The BoundType property determines a type of updating.

Constraint

The Constraint property determines a method of the object updating.

ExtendedParams

The ExtendedParams property determines additional parameters of the objects updating.

ForceKeepId

The ForceKeepId property indicated whether the identifier change is cancelled when updating existing objects.

ForceUniqueId

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.

IncludeChildrenDependencies

The IncludeChildrenDependencies property determines whether the children should be included to the update.

IncludeData

The IncludeData property indicates whether the object data is included into update.

IsUnderUpdateRoot

Свойство IsUnderUpdateRoot возращает признак расположения объекта обновления под корнем IMetabaseUpdate.RootFolder.

KeepNativeNames

The KeepNativeNames property determines whether object physical name is saved on its update.

Object

The Object property determines description of the repository object with which the object being updated is connected.

ObjectId

The ObjectId property determines an identifier of the object that is updated.

ObjectName

The ObjectName property determines a name of the object that is updated.

ObjectOldKey

The ObjectOldKey property returns old object key.

Parent

The Parent property returns the parent object.

SDApplyLog

The SDApplyLog property returns log including access right modifications.

UnboundType

The UnboundType property determines a type of updating for replication.

UpdateOrder

The UpdateOrder property determines the order of updating of objects data.

UpdatePart

The UpdatePart property determines a method of object data updating.

UpdateType

The UpdateType property determines a type of the repository object updating.

Properties inherited from IMetabaseUpdateNode

  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.

Methods inherited from IMetabaseUpdateNode

  Method name Brief description
Prepare The Prepare method prepares the object for updating.

See also:

Metabase Assembly Interfaces