Informatica Data Quality
- Informatica Data Quality 10.4.1
- All Products
storeMetadata (String key String data);
Parameter | Parameter Type | Datatype | Description |
---|---|---|---|
key | Input | String | Identifies the metadata. The storeMetadata method requires a key to identify the metadata. Define the key as any string. |
data | Input | String | The data that you want to store as Java transformation metadata. |
// Store a filter condition storeMetadata ("FilterKey", condition);