Interface ISamplesDataResult
Interface for the data result.
Namespace: MESL.SqlRace.Domain.Infrastructure.DataPipeline
Assembly: MESL.SqlRace.Domain.dll
Syntax
public interface ISamplesDataResult
  Properties
Data
The data for this result.
Declaration
double[] Data { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Double[] | 
SampleCount
Gets the sample count.
Declaration
int SampleCount { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int32 | The sample count.  | 
      
Status
Gets the status.
Declaration
DataStatusType[] Status { get; }
  Property Value
| Type | Description | 
|---|---|
| MAT.OCS.Core.DataStatusType[] | The status.  | 
      
Timestamps
Gets the timestamps.
Declaration
long[] Timestamps { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Int64[] | The timestamps.  |