Table of Contents

Class DataPipelineStateArtifactChangeLog.DataPipelineStateArtifactChangeLogEntry

Namespace
FoundationaLLM.Common.Models.DataPipelines
Assembly
FoundationaLLM.Common.dll

Represents a change log entry for a data pipeline state artifact.

public class DataPipelineStateArtifactChangeLog.DataPipelineStateArtifactChangeLogEntry
Inheritance
DataPipelineStateArtifactChangeLog.DataPipelineStateArtifactChangeLogEntry
Inherited Members
Extension Methods

Properties

DataPipelineRunId

Gets or sets the data pipeline run identifier associated with the change.

[JsonPropertyName("data_pipeline_run_id")]
public required string DataPipelineRunId { get; set; }

Property Value

string

Timestamp

Gets or sets the timestamp of the change.

[JsonPropertyName("timestamp")]
public DateTimeOffset Timestamp { get; set; }

Property Value

DateTimeOffset