Show / Hide Table of Contents

Class TaskUpdatePayload

Payload for task run.

Inheritance
object
TaskUpdatePayload
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Cognite.Extractor.Utils.Unstable.Tasks
Assembly: ExtractorUtils.dll
Syntax
public class TaskUpdatePayload

Constructors

| Edit this page View Source

TaskUpdatePayload(string?)

Constructor

Declaration
public TaskUpdatePayload(string? message = null)
Parameters
Type Name Description
string message

Message giving info about task run.

Properties

| Edit this page View Source

Message

String message.

Declaration
public string? Message { get; set; }
Property Value
Type Description
string

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