@wildix/wim-knowledge-base-client > GetDataSourceSyncStatusOutput
GetDataSourceSyncStatusOutput interface
Signature:
export interface GetDataSourceSyncStatusOutput
Properties
Property | Modifiers | Type | Description |
|---|---|---|---|
Partial<Record<DocumentStatus, number>> | undefined | (Optional) The statistics of the documents in the data source. | ||
string | undefined | (Optional) The error message from the last sync, if any. | ||
SyncDataSourceMode | undefined | (Optional) The synchronization mode used for the last sync. | ||
The current status of the data source synchronization. | |||
string | undefined | (Optional) Timestamp when the data source was last synced (ISO 8601 format). Example: 2021-01-01T00:00:00Z |