PersistDataValueSettingsBuilder

Builder class for configuring and creating settings for persisting data values.

Parameters

transformationId

The unique identifier for the transformation operation. This ID is used to associate the settings with a specific transformation.

Constructors

Link copied to clipboard
constructor(transformationId: String)

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard

Configures the settings to persist a constant value to a given destination.

Link copied to clipboard

Configures the settings to persist a value from a reference container to a given destination.

Link copied to clipboard
Link copied to clipboard

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.

Link copied to clipboard
Link copied to clipboard

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.