_dead_letter_action? | string | This action will specify what to do when failing to parse or transform a record. The following builtin actions are supported: - "throw": throw the original error - "log": log the error and the data - "none": (default) skip the error entirely If none of the actions are specified it will try and use a registered Dead Letter Queue API under that name. The API must be already be created by a operation before it can used. | packages/types/dist/src/teraslice.d.ts:218 |
_encoding? | DataEncoding | Used for specifying the data encoding type when using DataEntity.fromBuffer . Default json . | packages/types/dist/src/teraslice.d.ts:206 |
_op | string | The name of the operation | packages/types/dist/src/teraslice.d.ts:196 |
api_name? | string | The name of the api used by this operation | packages/types/dist/src/teraslice.d.ts:198 |
connection? | string | The name of connection, should match the same as listed in your sysconfigs.connectors | packages/types/dist/src/teraslice.d.ts:200 |