Click or drag to resize

CsvKpiCollector Class

A collector which outputs KPIs to a CSV file.
Inheritance Hierarchy
SystemObject
  Demo3D.TestRunner.KpiRecordersCsvKpiCollector

Namespace:  Demo3D.TestRunner.KpiRecorders
Assembly:  Demo3D.Core (in Demo3D.Core.dll) Version: 18.03.00
Syntax
C#
public sealed class CsvKpiCollector : IKpiCollector

The CsvKpiCollector type exposes the following members.

Constructors
  NameDescription
Public methodCsvKpiCollector
Initializes a new instance of the CsvKpiCollector class
Top
Properties
  NameDescription
Public propertyOutputPath
The path to write the CSV file to.
Top
Methods
  NameDescription
Public methodFinalizeAsync
Finalize the collector.
Public methodInitializeAsync
Initialize the collector.
Public methodUpdateAsync
Update the collector with the updated rows.
Top
See Also