IConnectorOperation interface
Interface for connector-specific operations
Properties
| operation |
Operation name to execute |
| parameters | Optional operation parameters |
| table |
Target table name |
Property Details
operationName
Operation name to execute
operationName: string
Property Value
string
parameters
Optional operation parameters
parameters?: TParameters
Property Value
TParameters
tableName
Target table name
tableName: string
Property Value
string