Package version:

Interface KnowledgeSourceStatistics

Statistical information about knowledge source synchronization history.

interface KnowledgeSourceStatistics {
    averageItemsProcessedPerSynchronization: number;
    averageSynchronizationDuration: string;
    totalSynchronization: number;
}

Properties

averageItemsProcessedPerSynchronization: number

The average number of items processed per synchronization.

averageSynchronizationDuration: string

The average duration of synchronizations in HH:MM:SS format.

totalSynchronization: number

The total number of synchronizations completed.