Trying to get a handle on using Parse (Parse.com BaaS [back-end as a service], for the uninitiated), and in reading the PFFile reference, I'm kind of unclear on what "non-relational way" means in the "Overview" description: "A file of binary data stored on the Parse servers. This can be a image, video, or anything else that an application needs to reference in a non-relational way."
Can someone, preferably with Parse experience, clarify this? Right now, I'm working out sending basic Objective-C objects and primitive data types to the server only. No images, audio, or anything else.
When should I use PFFile over, say, PFObject?
(Also, somebody should add BaaS, MBaaS, backend-as-a-service, mobile-backend-as-a-service tags. I can't, of course.)
EDIT: And some or all of the Parse classes, PFObject, PFFile, etc., etc..