Table of Contents

Class MigrationRunnerOptions

Namespace
The.SQL.Schema
Assembly
Instagile.dll
public sealed class MigrationRunnerOptions
Inheritance
MigrationRunnerOptions
Inherited Members

Properties

AttributeConversionTimeZones

For each attribute that is being migrated from DateTime to Instant, the time zone its pre-migration DateTime values were recorded in.

public Dictionary<AttributeInfo, TimeZoneInfo> AttributeConversionTimeZones { get; }

Property Value

Dictionary<AttributeInfo, TimeZoneInfo>

AuditConversionTimeZone

The time zone in which pre-migration createdOn and modifiedOn values were recorded.

public TimeZoneInfo? AuditConversionTimeZone { get; set; }

Property Value

TimeZoneInfo

BatchTimeout

public TimeSpan BatchTimeout { get; set; }

Property Value

TimeSpan

CurrentVersion

Skip migrations up to and including this name

public string? CurrentVersion { get; set; }

Property Value

string

CurrentVersionNumber

Skip migrations up to and including this sequence number (takes priority over CurrentVersionName)

public int? CurrentVersionNumber { get; set; }

Property Value

int?

DataFixes

public List<DataFix> DataFixes { get; set; }

Property Value

List<DataFix>