Skip to main content

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

StartSyncDataSourceInput interface

Signature:

export interface StartSyncDataSourceInput 

Properties

Property

Modifiers

Type

Description

companyId?

string | undefined

(Optional) The unique identifier of the tenant when a service token is used.

dataSourceId

string

Unique identifier of the data source

syncType?

SyncDataSourceMode | undefined

(Optional) 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