Show / Hide Table of Contents

Class DeleteError

Class contaning errors resulting from delete operations

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

Constructors

| Edit this page View Source

DeleteError(IEnumerable<Identity>, IEnumerable<Identity>)

Creates an instance with the provided identifiers that were not found or with unconfirmed deletions

Declaration
public DeleteError(IEnumerable<Identity> idsNotFound, IEnumerable<Identity> idsDeleteNotConfirmed)
Parameters
Type Name Description
IEnumerable<Identity> idsNotFound

Ids not found

IEnumerable<Identity> idsDeleteNotConfirmed

Mismatched ids. DEPRECATED, leave empty.

Properties

| Edit this page View Source

IdsDeleteNotConfirmed

Ids of time series with unconfirmed data point deletions. DEPRECATED, timeseries is now immediately consistent, and we no longer verify deletion.

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

IdsNotFound

Ids/External ids not found in CDF

Declaration
public IEnumerable<Identity> IdsNotFound { get; }
Property Value
Type Description
IEnumerable<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