Table of Contents

Class SimulationRunItem

Namespace
Cognite.Simulator.Utils
Assembly
Cognite.Simulator.Utils.dll

Wrapper class for CogniteSdk.Alpha.SimulationRun entity. Contains the simulation run configuration as a dictionary of key-value pairs

public class SimulationRunItem
Inheritance
SimulationRunItem
Inherited Members

Constructors

SimulationRunItem(SimulationRun)

Creates a new simulation run item based on simulation run CDF resource

public SimulationRunItem(SimulationRun r)

Parameters

r SimulationRun

Properties

Run

CDF SimulationRun resource representing a simulation run

public SimulationRun Run { get; set; }

Property Value

SimulationRun

RunConfiguration

Run configuration as a dictionary of key-value pairs

public Dictionary<string, long> RunConfiguration { get; }

Property Value

Dictionary<string, long>