Show / Hide Table of Contents

Class TaskMetadata

Task metadata object.

Inheritance
object
TaskMetadata
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 TaskMetadata

Constructors

| Edit this page View Source

TaskMetadata(TaskType)

Constructor.

Declaration
public TaskMetadata(TaskType type)
Parameters
Type Name Description
TaskType type

Task type.

Properties

| Edit this page View Source

Action

Whether the task can be triggered by an action or not.

Declaration
public bool Action { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Description

Task description.

Declaration
public string? Description { get; set; }
Property Value
Type Description
string
| Edit this page View Source

Type

Type of task.

Declaration
public TaskType Type { get; }
Property Value
Type Description
TaskType

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