SearchModelFactory.KnowledgeSourceStatistics(Int32, String, Int32) Method
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 static Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceStatistics KnowledgeSourceStatistics(int totalSynchronization = 0, string averageSynchronizationDuration = default, int averageItemsProcessedPerSynchronization = 0);
public static Azure.Search.Documents.Indexes.Models.KnowledgeSourceStatistics KnowledgeSourceStatistics(int totalSynchronization = 0, string averageSynchronizationDuration = default, int averageItemsProcessedPerSynchronization = 0);
static member KnowledgeSourceStatistics : int * string * int -> Azure.Search.Documents.KnowledgeBases.Models.KnowledgeSourceStatistics
static member KnowledgeSourceStatistics : int * string * int -> Azure.Search.Documents.Indexes.Models.KnowledgeSourceStatistics
Public Shared Function KnowledgeSourceStatistics (Optional totalSynchronization As Integer = 0, Optional averageSynchronizationDuration As String = Nothing, Optional averageItemsProcessedPerSynchronization As Integer = 0) As KnowledgeSourceStatistics
Parameters
- totalSynchronization
- Int32
Total number of synchronizations.
- averageSynchronizationDuration
- String
Average synchronization duration in HH:MM:SS format.
- averageItemsProcessedPerSynchronization
- Int32
Average items processed per synchronization.
Returns
A new KnowledgeSourceStatistics instance for mocking.