PipelineDataSent
Namespace: Meshmakers.Octo.Communication.Contracts.MessageObjects
Message object that is used to transfer data from core services to adapter.
public record PipelineDataSent : PipelineData, IEquatable<PipelineData>, IEquatable<PipelineDataSent>
Inheritance Object → PipelineData → PipelineDataSent
Implements IEquatable<PipelineData>, IEquatable<PipelineDataSent>
Properties
TenantId
The tenant identifier.
public string TenantId { get; set; }
Property Value
DataPipelineRtId
Gets or sets the id of the data pipeline.
public OctoObjectId DataPipelineRtId { get; set; }
Property Value
OctoObjectId
PipelineRtEntityId
The mapping object identifier.
public RtEntityId PipelineRtEntityId { get; set; }
Property Value
RtEntityId
Value
The value.
public string Value { get; set; }
Property Value
TransactionStartedDateTime
The date time the transaction is started. This is the date and time a value was received from the source.
public DateTime TransactionStartedDateTime { get; set; }
Property Value
Constructors
PipelineDataSent()
public PipelineDataSent()