Table of Contents

Class ExtractedData

Namespace
MES.MQC.DataSourceLibrary.Models.Extraction
Assembly
MES.MQC.DataSourceLibrary.dll
public class ExtractedData : ExtractedExtBase
Inheritance
ExtractedData
Inherited Members

Constructors

ExtractedData()

public ExtractedData()

ExtractedData(AdapterData, IEnumerable<string>, DateTime?)

public ExtractedData(AdapterData adapterData, IEnumerable<string> humanReadableFilePaths = null, DateTime? contentDateTime = null)

Parameters

adapterData AdapterData
humanReadableFilePaths IEnumerable<string>
contentDateTime DateTime?

Properties

AdapterArtifactName

[JsonProperty("j")]
public string AdapterArtifactName { get; set; }

Property Value

string

MeasureValue

[JsonProperty("k")]
public double? MeasureValue { get; set; }

Property Value

double?

SerializedVariants

[JsonIgnore]
[YamlIgnore]
public string SerializedVariants { get; set; }

Property Value

string

Variants

[YamlMember(Order = 999)]
[JsonProperty("l", Order = 999)]
public AdapterDataVariant[] Variants { get; set; }

Property Value

AdapterDataVariant[]