What is binary attribute and how to use binary atriubute?

0
i have been trying to know what is binary attribute. How to use the attribute and where to use this. I have been searching for documentation. I did not found any.
asked
1 answers
0

The documentation is available here https://docs.mendix.com/refguide/attributes/

 

"Binary data. Can only be used for persistable entities as the data is stored in the database. For example an entire file. In most cases you want to use an association to a FileDocument or Image to store file contents."

 

The System.FileDocument entity stores the contents of its files in a binary attribute. I have not come across other reasons to use a binary attribute. 

answered