DataFlowSource Class

Definition

Transformation for data flow source.

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

Constructors

DataFlowSource(String)

Initializes a new instance of DataFlowSource.

Properties

Dataset

Dataset reference.

(Inherited from DataFlowTransformation)
Description

Transformation description.

(Inherited from DataFlowTransformation)
Flowlet

Flowlet Reference.

(Inherited from DataFlowTransformation)
LinkedService

Linked service reference.

(Inherited from DataFlowTransformation)
Name

Transformation name.

(Inherited from DataFlowTransformation)
SchemaLinkedService

Schema linked service reference.

Explicit Interface Implementations

IJsonModel<DataFlowSource>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<DataFlowSource>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IJsonModel<DataFlowTransformation>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from DataFlowTransformation)
IJsonModel<DataFlowTransformation>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from DataFlowTransformation)
IPersistableModel<DataFlowSource>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<DataFlowSource>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<DataFlowSource>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

IPersistableModel<DataFlowTransformation>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from DataFlowTransformation)
IPersistableModel<DataFlowTransformation>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from DataFlowTransformation)
IPersistableModel<DataFlowTransformation>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from DataFlowTransformation)

Applies to