Skip to main content

PipelineData

Namespace: Meshmakers.Octo.Communication.Contracts.MessageObjects

The base class for pipeline dat transfer between core services and adapter.

public abstract record PipelineData : IEquatable<PipelineData>

Inheritance ObjectPipelineData
Implements IEquatable<PipelineData>

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