Success

Classes > DataProviderMigrate > Success

Successfully parsed migrate arguments.

public sealed record MigrateParseResult.Success : MigrateParseResult, IEquatable<MigrateParseResult>, IEquatable<MigrateParseResult.Success>

Constructors

Success

public Success(string SchemaPath, string OutputPath, string Provider, bool AllowDestructive, MigratePhase Phase)

Successfully parsed migrate arguments.

Parameter Type Description
SchemaPath String
OutputPath String
Provider String
AllowDestructive Boolean
Phase MigratePhase

Properties

SchemaPath

public string SchemaPath { get; init; }

OutputPath

public string OutputPath { get; init; }

Provider

public string Provider { get; init; }

AllowDestructive

public bool AllowDestructive { get; init; }

Phase

public MigratePhase Phase { get; init; }