Skip to main content

AliasDefDbTableAuditSync

This page provides generated reference documentation for the AliasDefDbTableAuditSync data model.

Enthält Informationen über Auditierung und Synchronisation.

Overview

PropertySummary
auditModeType of logging.
syncActiveSpecifies whether to synchronize an item (database table) each time.
syncCompleteSpecifies whether to populate an item (table) at initial synchronization.
syncDirectionDirection of offline synchronization (One-way, two-way from master to slave, and vice versa).
syncIdsIDs of the records to be synchronized.

auditMode

Type: Integer
Default: 0

Type of logging.

OFF: No logging in this database table.

Default: Changes in all data types except CLOB and BLOB are logged.

CLOB: Changes in all database types except BLOB are logged.

BLOB: Changes in all database types of this table are logged.


syncActive

Type: Boolean
Default: false

Specifies whether to synchronize an item (database table) each time.


syncComplete

Type: Boolean
Default: true

Specifies whether to populate an item (table) at initial synchronization.


syncDirection

Type: Integer
Default: 1

Direction of offline synchronization (One-way, two-way from master to slave, and vice versa).


syncIds

Type: String
Default: ``

IDs of the records to be synchronized.
Here you can specify restrictions or special features that are considered during synchronization. All the possibilities of the JDito programming language are available here.
The result of the process returned by result.object() must be an array containing a list of all the IDs that are allowed to be synchronized.
If you are using db.array commands, it is important to note that only the type db. SQL_COLUMN may be used.
This limitation only affects master-to-slave synchronization. The slave always synchronizes all records.