DataflowOperation interface

Dataflow Operation properties. NOTE - One only method is allowed to be used for one entry.

Properties

builtInTransformationSettings

Built In Transformation configuration.

destinationSettings

Destination configuration.

name

Optional user provided name of the transformation.

operationType

Type of operation.

sourceSettings

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

Property Value