Show / Hide Table of Contents

Class DataPointInsertError

Container for error on datapoint insertion.

Inheritance
object
DataPointInsertError
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public class DataPointInsertError

Constructors

| Edit this page View Source

DataPointInsertError(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 Source

DataPoints

Skipped datapoints

Declaration
public IEnumerable<Datapoint> DataPoints { get; }
Property Value
Type Description
IEnumerable<Datapoint>
| Edit this page View Source

Id

Id of timeseries skipped for

Declaration
public Identity Id { get; }
Property Value
Type Description
Identity

Extension Methods

DataModelUtils.GetOrCreateResourcesAsync<T, T2>(T2, IEnumerable<InstanceIdentifier>, Func<IEnumerable<InstanceIdentifier>, IEnumerable<SourcedNodeWrite<T>>>, Func<IEnumerable<SourcedNodeWrite<T>>, SanitationMode, (IEnumerable<SourcedNodeWrite<T>>, IEnumerable<CogniteError<SourcedNodeWrite<T>>>)>, int, int, RetryMode, SanitationMode, CancellationToken)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX