Class TaskMetadata
Task metadata object.
Inherited Members
Namespace: Cognite.Extractor.Utils.Unstable.Tasks
Assembly: ExtractorUtils.dll
Syntax
public class TaskMetadata
Constructors
| Edit this page View SourceTaskMetadata(TaskType)
Constructor.
Declaration
public TaskMetadata(TaskType type)
Parameters
Type | Name | Description |
---|---|---|
TaskType | type | Task type. |
Properties
| Edit this page View SourceAction
Whether the task can be triggered by an action or not.
Declaration
public bool Action { get; set; }
Property Value
Type | Description |
---|---|
bool |
Description
Task description.
Declaration
public string? Description { get; set; }
Property Value
Type | Description |
---|---|
string |
Type
Type of task.
Declaration
public TaskType Type { get; }
Property Value
Type | Description |
---|---|
TaskType |