Class HistoryEdgeRow
Row type for HistoryEdgeEntity table. Mirrors WorkflowFramework.Dashboard.Persistence.Entities.HistoryEdgeEntity.
public sealed class HistoryEdgeRow
- Inheritance
-
HistoryEdgeRow
- Inherited Members
Properties
AverageTransitionTimeTicks
public long AverageTransitionTimeTicks { get; set; }
Property Value
FirstSeenAt
public DateTimeOffset FirstSeenAt { get; set; }
Property Value
Id
public string Id { get; set; }
Property Value
Kind
public string Kind { get; set; }
Property Value
LastSeenAt
public DateTimeOffset LastSeenAt { get; set; }
Property Value
SourceFingerprint
public string SourceFingerprint { get; set; }
Property Value
TargetFingerprint
public string TargetFingerprint { get; set; }
Property Value
Weight
public long Weight { get; set; }
Property Value
WorkflowNamesJson
public string WorkflowNamesJson { get; set; }