✈️ Better migration to new cloud files reference system

This commit is contained in:
2025-06-02 00:49:19 +08:00
parent 00229fd406
commit 3c52a6d787
22 changed files with 562 additions and 190 deletions

View File

@ -1,3 +1,5 @@
using NodaTime;
namespace DysonNetwork.Sphere.Storage;
/// <summary>
@ -7,6 +9,10 @@ namespace DysonNetwork.Sphere.Storage;
/// </summary>
public interface ICloudFile
{
public Instant CreatedAt { get; }
public Instant UpdatedAt { get; }
public Instant? DeletedAt { get; }
/// <summary>
/// Gets the unique identifier of the cloud file.
/// </summary>