ProgressHeader.MetricNames 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.
These are the names of the reported metrics. For example, this could be the 'loss', 'weight updates/sec' etc. Will never be null, but can be empty.
public readonly System.Collections.Generic.IReadOnlyList<string> MetricNames;
val mutable MetricNames : System.Collections.Generic.IReadOnlyList<string>
Public ReadOnly MetricNames As IReadOnlyList(Of String)