Skip to main content

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

GetDataSourceSyncStatusOutput interface

Signature:

export interface GetDataSourceSyncStatusOutput 

Properties

Property

Modifiers

Type

Description

documentsStats?

Partial<Record<DocumentStatus, number>> | undefined

(Optional) The statistics of the documents in the data source.

error?

string | undefined

(Optional) The error message from the last sync, if any.

mode?

SyncDataSourceMode | undefined

(Optional) The synchronization mode used for the last sync.

status

SyncDataSourceStatus

The current status of the data source synchronization.

syncedAt?

string | undefined

(Optional) Timestamp when the data source was last synced (ISO 8601 format). Example: 2021-01-01T00:00:00Z