Skip to main content

@wildix/wim-knowledge-base-client > StartSyncDataSourceInput > syncType

StartSyncDataSourceInput.syncType property

The synchronization mode to use. 'full' performs a complete re-sync of all data, 'incremental' syncs only new or modified data since the last sync. Defaults to 'full' if not specified

Signature:

syncType?: SyncDataSourceMode | undefined;