app.json
file. Otherwise the client will get deleted during the synchronization and also consecutive commands will fail.targets
nodelete
id
version
data.personName.iv
data.personName
(iv
is added by default for non-localized fields)personName=data.personName
(Column name for non-localized field).data.text.en
(Localized field)data.hobbies.iv.0.name
(For array of objects)data.hobbies.iv
(To serialize the whole array to a string)data.json.iv.property
(For a nested object)data.json.iv
(To serialize the whole object to a string)personName.iv=personName
personName
(iv
is added by default for non-localized fields)text.en=text
(Localized field)hobbies.iv.0.name=firstHobby
(For array of objects)hobbies.iv=hobbies
(To serialize the whole array to a string)json.iv.property=jsonProperty
(For a nested object)json.iv=json
(To serialize the whole object to a string)