Share via


DataRecord(DateTime, IReadOnlyList<Double>) Constructor

Definition

Constructor for the DataRecord

public:
 DataRecord(DateTime dateTime, System::Collections::Generic::IReadOnlyList<double> ^ values);
public DataRecord (DateTime dateTime, System.Collections.Generic.IReadOnlyList<double> values);
new Microsoft.SystemInsights.Capability.DataRecord : DateTime * System.Collections.Generic.IReadOnlyList<double> -> Microsoft.SystemInsights.Capability.DataRecord

Parameters

dateTime
DateTime

Timestamp for the record

values
IReadOnlyList<Double>

Data recorded at a given timestamp

Applies to