Class DeleteError
Class contaning errors resulting from delete operations
Inherited Members
Namespace: Cognite.Extensions
Assembly: Cognite.Extensions.dll
Syntax
public sealed class DeleteError
Constructors
| Edit this page View SourceDeleteError(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 SourceIdsDeleteNotConfirmed
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> |
IdsNotFound
Ids/External ids not found in CDF
Declaration
public IEnumerable<Identity> IdsNotFound { get; }
Property Value
Type | Description |
---|---|
IEnumerable<Identity> |