Class MigrationRunnerOptions
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
AuditConversionTimeZone
The time zone in which pre-migration createdOn and modifiedOn values were recorded.
public TimeZoneInfo? AuditConversionTimeZone { get; set; }
Property Value
BatchTimeout
public TimeSpan BatchTimeout { get; set; }
Property Value
CurrentVersion
Skip migrations up to and including this name
public string? CurrentVersion { get; set; }
Property Value
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; }