I want to declare properties which should not have corresponding column in the table. How one can do that?
Hello, Peter.
Which SDK do you use?
Regards,
Olga
it’s 2.1.0. i’m using CocoaPods and Swift
or I guess it’s 3.0.44, from the “pod update” output:
Using Backendless-ios-SDK (3.0.44)
Peter,
you can’t declare properties without having the corresponding column in the table.
Regards,
Olga
so, if I have only getters properties, they will be replicated in the table, right?
what about properties marked “private” ?
Hello, Peter.
Even if you have private properties, they will be shown in the table.
You are creating a new record from data object, which has a set of properties - all of them will be mapped to the table columns, no matter if they are public or private.
Regards, Olga
What column type will be chosen if I have a function block property?
It will be UNKNOWN, but you can change it in the “Table Schema and Permissions” section.
Regards,
Olga