Table of Contents

Class MigrationRunResult

Namespace
CL.MySQL2.Services
Assembly
CL.MySQL2.dll

Outcome of a migrate or rollback pass.

public record MigrationRunResult : IEquatable<MigrationRunResult>
Inheritance
MigrationRunResult
Implements
Inherited Members

Constructors

MigrationRunResult(IReadOnlyList<string>, int)

Outcome of a migrate or rollback pass.

public MigrationRunResult(IReadOnlyList<string> MigrationIds, int Count)

Parameters

MigrationIds IReadOnlyList<string>
Count int

Properties

Count

public int Count { get; init; }

Property Value

int

MigrationIds

public IReadOnlyList<string> MigrationIds { get; init; }

Property Value

IReadOnlyList<string>