Table of Contents

Search

  1. Preface
  2. Introduction to Informatica Data Engineering Integration
  3. Mappings
  4. Mapping Optimization
  5. Sources
  6. Targets
  7. Transformations
  8. Python Transformation
  9. Data Preview
  10. Cluster Workflows
  11. Profiles
  12. Monitoring
  13. Hierarchical Data Processing
  14. Hierarchical Data Processing Configuration
  15. Hierarchical Data Processing with Schema Changes
  16. Intelligent Structure Models
  17. Blockchain
  18. Stateful Computing
  19. Appendix A: Connections Reference
  20. Appendix B: Data Type Reference
  21. Appendix C: Function Reference

Blockchain Data Object Write Operation Properties

Blockchain Data Object Write Operation Properties

Create a blockchain data object write operation to write data to a blockchain. Use the write operation as a target in a mapping.
For more information about write operations, see the
Informatica Developer Mapping Guide
.
When you write data to a blockchain, make sure that the target does not contain extra ports that the REST API does not support. If the target contains an extra port, the REST API call fails at run time and reports that there is an unexpected property. To resolve the issue, perform one of the following tasks:
  • Remove the corresponding column in the swagger file.
  • Do not pass data to the extra port in the target.

Target Properties

The following table describes the target properties for the write operation:
Property
Description
Target
Transactions that the blockchain data object operation uses to write data to the blockchain.

General Properties

The following table describes general properties for the write operation:
Property
Description
Name
Name of the data object operation.
Description
Description of the data object operation.

Ports Properties

The following table describes the port properties in the write operation:
Property
Description
Name
Name of the port.
Type
Data type of the port.
Detail
Type configuration for the port.
Precision
Maximum number of significant digits for numeric data types, or the maximum number of characters for string data types. You can edit the precision based on your requirements. If the data exceeds the precision, the data is truncated.
Scale
Scale of the data type.
Description
Description of the port.

Run-time Properties

The following table describes the properties that the write operation uses at run time:
Property
Description
Connection
Name of the blockchain connection.

Advanced Properties

The following table describes the advanced properties for the write operation:
Property
Description
Operation Type
Type of blockchain data object operation. For a write operation, the operation type is
blockchainWrite
.
Advanced Properties
Additional advanced properties for the operation. Advanced properties are name-value pairs that are separated by a semicolon.

0 COMMENTS

We’d like to hear from you!