PropertyUploadOptionsInput
Last edit: Nov 10, 2025
No description
type PropertyUploadOptionsInput {
acl: PropertyUploadACL
cache_control: String
content_disposition: PropertyUploadContentDisposition
content_length: PropertyUploadContentLengthInput
versions: [PropertyUploadVersionInput!]
}
Fields
acl (PropertyUploadACL)
cache_control (String)
content_disposition (PropertyUploadContentDisposition)
content_length (PropertyUploadContentLengthInput)
file size limitation in KiB. ex. [gte: 1, lte: 1024] allows file size from 1KiB to 1 MiB
versions (PropertyUploadVersionInput)
defines a version of the uploaded image - for example you might want to resize
it for performance reason, compress etc. Max number of versions is 10