Class DataPointInsertError
Container for error on datapoint insertion.
Inherited Members
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class DataPointInsertError
  Constructors
| Edit this page View SourceDataPointInsertError(Identity, IEnumerable<Datapoint>)
Constructor
Declaration
public DataPointInsertError(Identity id, IEnumerable<Datapoint> dps)
  Parameters
| Type | Name | Description | 
|---|---|---|
| Identity | id | Id of timeseries skipped for  | 
      
| IEnumerable<Datapoint> | dps | Skipped datapoints  | 
      
Properties
| Edit this page View SourceDataPoints
Skipped datapoints
Declaration
public IEnumerable<Datapoint> DataPoints { get; }
  Property Value
| Type | Description | 
|---|---|
| IEnumerable<Datapoint> | 
Id
Id of timeseries skipped for
Declaration
public Identity Id { get; }
  Property Value
| Type | Description | 
|---|---|
| Identity |