KnowledgeSourceStatistics Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Statistical information about knowledge source synchronization history.
public class KnowledgeSourceStatistics : System.ClientModel.Primitives.IJsonModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceStatistics>, System.ClientModel.Primitives.IPersistableModel<Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceStatistics>
type KnowledgeSourceStatistics = class
interface IJsonModel<KnowledgeSourceStatistics>
interface IPersistableModel<KnowledgeSourceStatistics>
Public Class KnowledgeSourceStatistics
Implements IJsonModel(Of KnowledgeSourceStatistics), IPersistableModel(Of KnowledgeSourceStatistics)
- Inheritance
-
KnowledgeSourceStatistics
- Implements
Constructors
| Name | Description |
|---|---|
| KnowledgeSourceStatistics(Int32, String, Int32) |
Initializes a new instance of KnowledgeSourceStatistics. |
Properties
| Name | Description |
|---|---|
| AverageItemsProcessedPerSynchronization |
Average items processed per synchronization. |
| AverageSynchronizationDuration |
Average synchronization duration in HH:MM:SS format. |
| TotalSynchronization |
Total number of synchronizations. |