part #2
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
namespace StellaOps.Evidence.Retention;
|
||||
|
||||
public sealed record TierMigrationResult
|
||||
{
|
||||
public required int MigratedCount { get; init; }
|
||||
public IReadOnlyList<MigratedItem> Items { get; init; } = [];
|
||||
}
|
||||
Reference in New Issue
Block a user