Package version:

Interface KnowledgeSourceStatus

Represents the status and synchronization history of a knowledge source.

Properties

currentSynchronizationState?: SynchronizationState

Current synchronization state that spans multiple indexer runs.

lastSynchronizationState?: CompletedSynchronizationState

Details of the last completed synchronization. Null on first sync.

Statistical information about the knowledge source synchronization history. Null on first sync.

synchronizationInterval?: string

The synchronization interval (e.g., '1d' for daily). Null if no schedule is configured.

synchronizationStatus: string

The current synchronization status of the knowledge source.