|
|
@ -72,6 +72,10 @@ namespace Squidex.Domain.Apps.Entities.MongoDb.Assets |
|
|
[BsonElement("vs")] |
|
|
[BsonElement("vs")] |
|
|
public long Version { get; set; } |
|
|
public long Version { get; set; } |
|
|
|
|
|
|
|
|
|
|
|
[BsonRequired] |
|
|
|
|
|
[BsonElement("ts")] |
|
|
|
|
|
public long TotalSize { get; set; } |
|
|
|
|
|
|
|
|
[BsonRequired] |
|
|
[BsonRequired] |
|
|
[BsonElement("at")] |
|
|
[BsonElement("at")] |
|
|
public AssetType Type { get; set; } |
|
|
public AssetType Type { get; set; } |
|
|
|