Common Properties(4.2)

This section describes properties that are applicable to the Platform and ECs.

Property

Description

Property

Description

mz.apl.use_51_integer_arithmetic_rules

Default value: false

Set this property to true if you want to use the same integer arithmetic handling as in MediationZone version 5.1.

mz.client.dateformat

Default value: yyyy-MM-dd

This property determines the default format for displaying dates for the client.

mz.drdate.lenient

Default value: false

This property enables lenient interpretation of the date/time in the string parameter in the APL function strToDate. With lenient interpretation, a date such as "January 32, 2016" will be treated as being equivalent to the 31nd day after January 1, 2016. With strict (non-lenient) interpretation, an invalid date will cause the function to leave the submitted date variable unchanged.

mz.outputstream.use_compact

Default value: false

This property enables compact serialization of data. Enabling the property can optimize the size of your serialized data.

mz.preset.aggregation.storage.path

Default value: false

This property enables hardcoding of the Aggregation profile directory to the specified path. The Desktop user will still be able to see the set directory, but not change it.

mz.preset.dupUDR.storage.path

Default value: false

This property enables hardcoding of the Duplicate UDR profile directory to the specified path. The Desktop user will still be able to see the set directory, but not change it.

mz.preset.interwf.storage.path

Default value: false

This property enables hardcoding of the Inter Workflow profile directory to the specified path. The Desktop user will still be able to see the set directory, but not change it.

mz.server.dateformat

Default value: yyyy-MM-dd HH:mm:ss

This property determines the default format for displaying timestamps.

mz.server.datepartformat

Default value: yyyy-MM-dd

This property determines the default format for displaying dates.

mz.server.timepartformat

Default value: HH:mm:ss

This property determines the default format for displaying times for the server.

mz.use.search

Default value: true

Setting this property to "false" will disable the global search function in the Desktop. This will decrease the startup time of the Platform by approximately 10%.

mz.wi.xframeoptions

This property determines if X-Frame-Options are enabled in the Platform- and EC Web Interface in order to protect from framing.

The valid values are:

DENY - The X-Frame-Options are enabled so that the Web Interface cannot be displayed in a frame.

ALLOW - The X-Frame-Options are disabled so that the Web Interface can be displayed in a frame.

ALLOW-FROM <specific origin> - The X-Frame-Options are disabled on a specific origin. This means that the Web Interface can only be displayed in a frame on the specified origin.

SAMEORIGIN - The X-Frame-Options are disabled on the same origin as the Web Interface. This means that the Web Interface can only be displayed in a frame on the same origin as the Web Interface itself.

rest.client.max.chunk.size

Default value: "8m"

This property specifies the maximum chunk size of the HTTP response that the REST Client agent should receive from the server. The agent will reject data with sizes that are larger than the value defined by this property.

You can also set this property on the pico level, where the value is only applied to the defined EC. You can refer to Execution Context Properties for more information.

rest.client.max.content.length

Default value: "64m"

This property specifies the maximum length of the HTTP content received by the REST Client agent. The agent will reject content that is longer than the specified value defined by this property. Although it is also possible to set the value of this property to infinite, there will be a possibility where the EC will crash from an out of memory error. So do consider setting the memory size of the EC to be higher than the expected size of the HTTP content that the agent will be receiving.

You can also set this property on the pico level, where the value is only applied to the defined EC. You can refer to Execution Context Properties for more information.

rest.client.max.strict.bytes

Default value: "8m"

This property specifies the maximum memory bytes size when loading an entire entity to the memory. The agent will reject response that is larger than the specified value defined by this property. Although it is also possible to set the value of this property to infinite, there will be a possibility where the EC will crash from an out of memory error. So do consider setting the memory size of the EC to be higher than the expected size of the HTTP content that the agent will be receiving.

You can also set this property on the pico level, where the value is only applied to the defined EC. You can refer to Execution Context Properties for more information.

Â