Data Integration Connector Toolkit
- Data Integration Connector Toolkit
- All Products
Attribute Property
| Description
|
---|---|
isUsed
| Indicates whether the connector uses the connection attribute.
Set to true to include the connection attribute in the connector. Set to false to exclude the connection attribute from the connector.
If this property is set to false, the connection attribute will be ignored by the connector. The attribute values cannot be set or validated and the attribute cannot be displayed on the connection management user interface.
|
attributeDescription
| Description of the connection attribute.
|
isMandatory
| Indicates whether a connection attribute is required and must have a value.
Set to true if the connection attribute is required. Set to false if the attribute value can be null.
If you set the isMandatory property to true but you do not display the attribute on the connection management user interface, you must set a default value for the attribute.
|
defaultValue
| Default value for the attribute.
|
maxLength
| Maximum length of a character string.
|
minLength
| Minimum length of a character string.
|
minRangeValue
| Lower limit of a numeric range.
|
maxRangeValue
| Upper limit of a numeric range.
|
validList
| List of values allowed for the attribute.
|
attributeCLIDisplayName
| Option name for the connection attribute. This name is used when the attribute is passed as an option to an Informatica command line program. The display name cannot contain spaces.
|