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
ExternalId
Routine revision external id
public string ExternalId { get; }
Property Value
ExternalIdSafeChars
Routine external id with special characters replaced
public string ExternalIdSafeChars { get; }
Property Value
Id
The unique identifier of the routine revision.
public long Id { get; }
Property Value
Model
Simulator model associated with this routine
public SimulatorModelInfo Model { get; }
Property Value
RoutineExternalId
Routine external id
public string RoutineExternalId { get; }
Property Value
Schedule
Schedule configuration.
public SimulatorRoutineRevisionSchedule Schedule { get; }
Property Value
- SimulatorRoutineRevisionSchedule
SimulatorIntegrationExternalId
The external id of the simulator integration.
public string SimulatorIntegrationExternalId { get; }