Class NodeTrace
A snapshot of one node within a PipelineTrace.
public sealed class NodeTrace
- Inheritance
-
NodeTrace
- Inherited Members
- Extension Methods
Properties
ElapsedMs
public long ElapsedMs { get; }
Property Value
ErrorMessage
public string? ErrorMessage { get; }
Property Value
ErrorType
public string? ErrorType { get; }
Property Value
InputValue
public string? InputValue { get; }
Property Value
IsSuccess
public bool IsSuccess { get; }
Property Value
NodeId
public string NodeId { get; }
Property Value
NodeIndex
public int NodeIndex { get; }
Property Value
OutputValue
public string? OutputValue { get; }
Property Value
StepName
public string StepName { get; }