Minify data

Description

Reduces the amount of space needed for List data persisted to Local Storage by minifying the List data JSON. This property does not apply to List data persisted to the File System.

Discussion

If List data is persisted to Local Storage, the size of the JSON representation of the data can be decreased by minifying the JSON object.

images/listdataminify.gif

When you check Minify data, blank fields in the JSON data are removed and system fields that are used internally in the List (these are field that have a leading '*' in their name) are omitted from the persisted data. This can result in a significant reduction in the amount of space needed by the List data in Local Storage.

See Also