@wildix/wim-knowledge-base-client > StartSyncDataSourceInput
StartSyncDataSourceInput interface
Signature:
export interface StartSyncDataSourceInput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
string | undefined | (Optional) The unique identifier of the tenant when a service token is used. | ||
string | Unique identifier of the data source | ||
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 |