DataFlowSource Class

Definition

Transformation for data flow source.

public class DataFlowSource : Microsoft.Azure.Management.DataFactory.Models.Transformation
type DataFlowSource = class
    inherit Transformation
Public Class DataFlowSource
Inherits Transformation
Inheritance
DataFlowSource
Derived

Constructors

DataFlowSource()

Initializes a new instance of the DataFlowSource class.

DataFlowSource(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSource class.

DataFlowSource(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSource class.

DataFlowSource(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSource class.

Properties

Dataset

Gets or sets dataset reference.

(Inherited from Transformation)
Description

Gets or sets transformation description.

(Inherited from Transformation)
Flowlet

Gets or sets flowlet Reference

(Inherited from Transformation)
LinkedService

Gets or sets linked service reference.

(Inherited from Transformation)
Name

Gets or sets transformation name.

(Inherited from Transformation)
SchemaLinkedService

Gets or sets schema linked service reference.

Methods

Validate()

Validate the object.

Applies to