DataFlowTransformation Class

Definition

A data flow transformation.

public class DataFlowTransformation : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataFactory.Models.DataFlowTransformation>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataFactory.Models.DataFlowTransformation>
public class DataFlowTransformation
type DataFlowTransformation = class
    interface IJsonModel<DataFlowTransformation>
    interface IPersistableModel<DataFlowTransformation>
type DataFlowTransformation = class
Public Class DataFlowTransformation
Implements IJsonModel(Of DataFlowTransformation), IPersistableModel(Of DataFlowTransformation)
Public Class DataFlowTransformation
Inheritance
DataFlowTransformation
Derived
Implements

Constructors

DataFlowTransformation(String)

Initializes a new instance of DataFlowTransformation.

Properties

Dataset

Dataset reference.

Description

Transformation description.

Flowlet

Flowlet Reference.

LinkedService

Linked service reference.

Name

Transformation name.

Explicit Interface Implementations

IJsonModel<DataFlowTransformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<DataFlowTransformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<DataFlowTransformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFlowTransformation>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<DataFlowTransformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to