# SyncJobEntity object

This object contains the information for a sync job.

# Properties

Name Type Description
syncJobId integer readonly. The unique identifier for this sync job within ELO Sync.
name string editable. The display name for this sync job.
ownerId string readonly. The unique identity of the owner.
ownerIdentity ClaimsIdentityEntity readonly. A navigation property for the owner.
eloOwnerId string readonly. The identity of the owner in the ELO repository.
repositoryUrl string readonly. The URL of the ELO repository.
repositoryKey string readonly. The technical key for the ELO repository.
isActive boolean editable.Determines if this sync job is active, that is, if it can be scheduled automatically.
createdOn string readonly. The creation date of this job.
lastSyncTime string readonly. The start date of the previous synchronization.
syncDirection SyncDirection readonly. The direction in which data should be synchronized.
syncState SyncState readonly. The current state of this job.
syncTargetSystem SyncTarget readonly. The type of target system.
masks array MaskEntity editable. An array of ELO masks that are used for new documents and folders.
eloSystemSyncTarget EloSystemSyncTargetEntity editable. Additional information for target in the ELO repository.
settings array SettingsEntity editable. A navigation property, that provides the settings for this job.
sharepointSyncTarget SharepointSyncTargetEntity editable. A navigation property, that provides the target information in SharePoint Online. Is null if syncTargetSystem is not SharePoint.
oneDriveSyncTarget OneDriveSyncTargetEntity editable. A navigation property, that provides the target information in OneDrive. Is null if syncTargetSystem is not OneDrive.
syncJobTrigger array SyncJobTriggerEntity editable. A navigation property for the triggers that can start this job.
conflicts array SyncConflictEntity editable. A navigation property, that provides the current conflicts for this job.
approvals array ApprovalEntity editable. A navigation property, that provides the current and historical approvals for this job.
currentVersion integer readonly. The current version of this job. This value is changed when a synchronization is attempted.
isDeleted boolean readonly. A flag that determines if this job has been deleted.

# Operations

Non-exhaustive list of operations that are related to this type:

Zuletzt aktualisiert: 7. Februar 2025 um 08:35