Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Connector Toolkit
  3. Before you begin
  4. Develop a connector for Cloud Data Integration
  5. Develop a connector for Data Loader
  6. Import a connector
  7. Connection attributes
  8. Type system
  9. Connector metadata
  10. Partitioning capability
  11. Pushdown capability
  12. Mappings in advanced mode
  13. Manual changes to Informatica Connector Toolkit source code
  14. Runtime behavior
  15. Connector example: MySQL_Cloud
  16. Version control integration
  17. Appendix A: Metadata models
  18. Appendix B: ASO model
  19. Appendix C: Connector project migration
  20. Appendix D: Frequently used generic APIs in Informatica Connector Toolkit
  21. Appendix E: Frequently asked questions

Cloud Data Integration Connector Toolkit Developer Guide

Cloud Data Integration Connector Toolkit Developer Guide

Connection attribute properties

Connection attribute properties

For each connection attribute that you define for a connector, you can set a number of properties. The properties allow you to specify whether an attribute is required, provide the default, maximum, and minimum values, or specify a list of possible values for the attribute. You can override these properties for pre-defined attributes or set these properties for custom attributes.
All connection management user interfaces, including command line programs, validate the values set for the properties of a connection attribute.
The following table describes the properties of a connection attribute:
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.

0 COMMENTS

We’d like to hear from you!