Skip to main content

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 ObjectPipelineDataPipelineDataSent
Implements IEquatable<PipelineData>, IEquatable<PipelineDataSent>

Properties

TenantId

The tenant identifier.

public string TenantId { get; set; }

Property Value

String

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

String

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

DateTime

Constructors

PipelineDataSent()

public PipelineDataSent()