DataflowOperation interface
Dataflow Operation properties. NOTE - One only method is allowed to be used for one entry.
Properties
built |
Built In Transformation configuration. |
destination |
Destination configuration. |
name | Optional user provided name of the transformation. |
operation |
Type of operation. |
source |
Source configuration. |
Property Details
builtInTransformationSettings
Built In Transformation configuration.
builtInTransformationSettings?: DataflowBuiltInTransformationSettings
Property Value
destinationSettings
Destination configuration.
destinationSettings?: DataflowDestinationOperationSettings
Property Value
name
Optional user provided name of the transformation.
name?: string
Property Value
string
operationType
Type of operation.
operationType: string
Property Value
string
sourceSettings
Source configuration.
sourceSettings?: DataflowSourceOperationSettings