LogConsistencyStatistics.EventCounters Field
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.
A map from event names to event counts
public System.Collections.Generic.Dictionary<string,long> EventCounters;
val mutable EventCounters : System.Collections.Generic.Dictionary<string, int64>
Public EventCounters As Dictionary(Of String, Long)