Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
KnowledgeSourceStatistics interface
- Package:
- @azure/search-documents
Statistical information about knowledge source synchronization history.
Properties
| averageItemsProcessedPerSynchronization | Average items processed per synchronization. |
| averageSynchronizationDuration | Average synchronization duration in HH:MM:SS format. |
| totalSynchronizations | Total number of synchronizations. |
Property Details
averageItemsProcessedPerSynchronization
Average items processed per synchronization.
averageItemsProcessedPerSynchronization: number
Property Value
number
averageSynchronizationDuration
Average synchronization duration in HH:MM:SS format.
averageSynchronizationDuration: string
Property Value
string
totalSynchronizations
Total number of synchronizations.
totalSynchronizations: number
Property Value
number
