Class PostImageResponseDto
Response body of a GastroSky.Models.DTO.PostImage DB entry.
public sealed class PostImageResponseDto
- Inheritance
-
PostImageResponseDto
- Inherited Members
Properties
BlurHash
public string? BlurHash { get; set; }
Property Value
CreationTimestampUTC
Unix-timestamp of when this image was uploaded.
public long CreationTimestampUTC { get; set; }
Property Value
FileName
Image file name.
public string FileName { get; set; }
Property Value
FileSizeBytes
Image file size in bytes.
public long FileSizeBytes { get; set; }
Property Value
Guid
File Guid and primary key.
public Guid Guid { get; set; }
Property Value
Notes
Optional notes that describe the image. Only visible by author.
public string? Notes { get; set; }
Property Value
SHA256
SHA-256 checksum of the file's bytes.
public string SHA256 { get; set; }