Struct RemoteFileStorageUploadResponseDto
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
Uri
URI that points towards the uploaded file.
public Uri? Uri { readonly get; set; }