Interface IFileContentInfo
[JsonPolymorphic(UnknownDerivedTypeHandling = JsonUnknownDerivedTypeHandling.FallBackToBaseType)]
[JsonDerivedType(typeof(FileContentInfo))]
public interface IFileContentInfo
Properties
Body
Содержимое файла.
byte[]? Body { get; set; }
Property Value
- byte[]
Name
Имя файла.
string? Name { get; set; }