Add project files.
This commit is contained in:
13
Core.Blueprint.Storage/Adapters/BlobFileAdapter.cs
Normal file
13
Core.Blueprint.Storage/Adapters/BlobFileAdapter.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
namespace Core.Blueprint.Storage
|
||||
{
|
||||
public class BlobFileAdapter
|
||||
{
|
||||
public string? Uri { get; set; }
|
||||
public string Name { get; set; } = null!;
|
||||
public string? DateUpload { get; set; }
|
||||
public string? ContentType { get; set; }
|
||||
public long? Size { get; set; }
|
||||
public string? Status { get; set; }
|
||||
public string? ShortDate { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user