Property Name | Possible Values | Description |
---|---|---|
"ArrayFormat" | "full" ⁺⁺⁺ "sparse" | Determines how Array objects are written. |
"binaryDataFormat" | "dataUrl" "localhostUrl" ⁺⁺⁺ | Determines how the data of symbols that contain binary data (e.g., Image) is written. |
"HashMapFormat" | "array" "object" ⁺⁺⁺ | Determines how HashMap objects are written. |
"jsonFormat" | "compact" ⁺⁺⁺ "pretty" | Determines if the JSON is written with no extra spacing (compact), or in a more readable format with spaces and newlines (pretty). |
Property Name | Possible Values | Description |
---|---|---|
"binaryDataFormat" | "dataUrl" "localhostUrl" ⁺⁺⁺ | Determines how the data of binary dictionary items is written. |
"writeFieldStatuses" | true ⁺⁺⁺ false | If true, the entry status of fields in a data entry applications is written. |
"writeLabels" | true false ⁺⁺⁺ | If true, the value set label associated with the item is written along with the code. |