DataRecord(DateTime, IReadOnlyList<Double>) Constructor
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.
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