PersistDataValueSettingsBuilder
Builder class for configuring and creating settings for persisting data values.
Parameters
The unique identifier for the transformation operation. This ID is used to associate the settings with a specific transformation.
Functions
Configures the settings to persist a constant value to a given destination.
Configures the settings to persist a value from a reference container to a given destination.
Sets the expiry policy for the persisted value. The expiry policy determines how long the persisted value should be retained before it expires. By default, the expiry policy is set to SESSION, which means the value will expire at the end of the session.
Sets the update policy for the persisted value. The update policy determines whether the persisted value can be updated with new values after it has been set. By default, the update policy is set to ALLOW_UPDATE, which means the value can be updated with new values.