KnowledgeSourceStatistics(Int32, String, Int32) Constructor
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.
Initializes a new instance of KnowledgeSourceStatistics.
public KnowledgeSourceStatistics(int totalSynchronization, string averageSynchronizationDuration, int averageItemsProcessedPerSynchronization);
new Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceStatistics : int * string * int -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceStatistics
Public Sub New (totalSynchronization As Integer, averageSynchronizationDuration As String, averageItemsProcessedPerSynchronization As Integer)
Parameters
- totalSynchronization
- Int32
Total number of synchronizations.
- averageSynchronizationDuration
- String
Average synchronization duration in HH:MM:SS format.
- averageItemsProcessedPerSynchronization
- Int32
Average items processed per synchronization.
Exceptions
averageSynchronizationDuration is null.