OpenWGA 7.5 - Query languages reference
hql / fullhqlObject "contentFile"
Represents a file attachment on a content document, retrievable via list property content.files['filename'].
| Property | Type of contents | Contents |
|---|---|---|
| checksum | String | An MD5 checksum of the file data. Only available on content stores of version 4.1 or higher. |
| created | Date | The date where the file was initially attached. Only available on content stores of version 4.1 or higher. |
| created | Date | The date where the file was initially attached. Only available on content stores of version 4.1 or higher. |
| name | Text | Name of the attached file in lowercase |
| parentcontent | Object of type "content" | The content document to which this relation belongs |
| size | Number | The size of the file attachment in bytes. Only available on content stores of version 4.1 or higher. |