Improvement of file processing and video snapshot

This commit is contained in:
2025-07-25 13:14:59 +08:00
parent d5fb00a8a9
commit d7acf4fedf
8 changed files with 460 additions and 209 deletions

View File

@@ -56,6 +56,7 @@ public class CloudFile : ModelBase, ICloudFile, IIdentifiedResource
public Instant? UploadedAt { get; set; }
[MaxLength(128)] public string? UploadedTo { get; set; }
public bool HasCompression { get; set; } = false;
public bool HasThumbnail { get; set; } = false;
/// <summary>
/// The field is set to true if the recycling job plans to delete the file.