Table of Contents

Struct RemoteFileStorageUploadResponseDto

Namespace
GastroSky.Models.DTO.Files
Assembly
GastroSky.Models.dll

Response body that contains upload results returned by implementations of the IRemoteFileStorage interface.

public struct RemoteFileStorageUploadResponseDto
Inherited Members

Properties

Id

Uploaded file ID.

public Guid Id { readonly get; set; }

Property Value

Guid

Uri

URI that points towards the uploaded file.

public Uri? Uri { readonly get; set; }

Property Value

Uri