Class ProfilePhotoUploadUrlRequest
- Namespace
- Builvero.Api.Controllers
- Assembly
- Builvero.Api.dll
Request model for generating a profile photo upload URL
public class ProfilePhotoUploadUrlRequest
- Inheritance
-
ProfilePhotoUploadUrlRequest
- Inherited Members
Properties
ContentType
MIME type of the file (e.g., "image/jpeg")
public string ContentType { get; set; }
Property Value
- string
- Request model for generating a profile photo upload URL
FileName
Original file name
public string FileName { get; set; }
Property Value
- string
- Request model for generating a profile photo upload URL
FileSize
File size in bytes (after client-side resizing)
public long FileSize { get; set; }
Property Value
- long
- Request model for generating a profile photo upload URL