Table of Contents

Class PostImageResponseDto

Namespace
GastroSky.Models.DTO.PostImage
Assembly
GastroSky.Models.dll

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

string

CreationTimestampUTC

Unix-timestamp of when this image was uploaded.

public long CreationTimestampUTC { get; set; }

Property Value

long

FileName

Image file name.

public string FileName { get; set; }

Property Value

string

FileSizeBytes

Image file size in bytes.

public long FileSizeBytes { get; set; }

Property Value

long

Guid

File Guid and primary key.

public Guid Guid { get; set; }

Property Value

Guid

Notes

Optional notes that describe the image. Only visible by author.

public string? Notes { get; set; }

Property Value

string

SHA256

SHA-256 checksum of the file's bytes.

public string SHA256 { get; set; }

Property Value

string