Contact Us 1-800-596-4880

props

props(): Dictionary<String>

Returns all the properties configured for the DataWeave runtime, which executes the language.

Example

This example returns all properties from the java.util.Properties class.

Source

%dw 2.0
import * from dw::Runtime
output application/dw
---
{ "props" : props() }
DataWeave

Output