Property value for "Content" exceeded the maximum allowed size (21000)

I want to save large text in database field. I am getting error “Property value for “Content” exceeded the maximum allowed size (21000)” while save in field with “Text” Data type.

Any text larger than 20kb should be saved in a file in Backendless. You can then store file URL in the database to link the object with the file.