TargetConfig

Classes > Sync > TargetConfig

Target table configuration for multi-target mappings.

public sealed record TargetConfig : IEquatable<TargetConfig>

Constructors

TargetConfig

public TargetConfig(string Table, IReadOnlyList<ColumnMapping> ColumnMappings)

Target table configuration for multi-target mappings.

Parameter Type Description
Table String Target table name.
ColumnMappings ColumnMapping> Column mappings for this target.

Properties

Table

public string Table { get; init; }

Target table name.

ColumnMappings

public IReadOnlyList<ColumnMapping> ColumnMappings { get; init; }

Column mappings for this target.