Table of Contents

Class SimulatorRoutineRevisionInfo

Namespace
Cognite.Simulator.Extensions
Assembly
Cognite.Simulator.Extensions.dll

Represents a simulator routine short info

public class SimulatorRoutineRevisionInfo
Inheritance
SimulatorRoutineRevisionInfo
Inherited Members

Constructors

SimulatorRoutineRevisionInfo(SimulatorRoutineRevision)

Creates a SimulatorRoutineRevisionInfo from a SimulatorRoutineRevision instance

public SimulatorRoutineRevisionInfo(SimulatorRoutineRevision revision)

Parameters

revision SimulatorRoutineRevision

Properties

CreatedTime

Creation time in milliseconds since epoch

public long CreatedTime { get; }

Property Value

long

ExternalId

Routine revision external id

public string ExternalId { get; }

Property Value

string

ExternalIdSafeChars

Routine external id with special characters replaced

public string ExternalIdSafeChars { get; }

Property Value

string

Id

The unique identifier of the routine revision.

public long Id { get; }

Property Value

long

Model

Simulator model associated with this routine

public SimulatorModelInfo Model { get; }

Property Value

SimulatorModelInfo

RoutineExternalId

Routine external id

public string RoutineExternalId { get; }

Property Value

string

Schedule

Schedule configuration.

public SimulatorRoutineRevisionSchedule Schedule { get; }

Property Value

SimulatorRoutineRevisionSchedule

SimulatorIntegrationExternalId

The external id of the simulator integration.

public string SimulatorIntegrationExternalId { get; }

Property Value

string