DataFlowSink Class

Definition

Transformation for data flow sink.

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

Constructors

DataFlowSink()

Initializes a new instance of the DataFlowSink class.

DataFlowSink(String, String, DataFlowReference, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

DataFlowSink(String, String, DatasetReference, LinkedServiceReference, DataFlowReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink class.

DataFlowSink(String, String, DatasetReference, LinkedServiceReference, LinkedServiceReference)

Initializes a new instance of the DataFlowSink 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)
RejectedDataLinkedService

Gets or sets rejected data linked service reference.

SchemaLinkedService

Gets or sets schema linked service reference.

Methods

Validate()

Validate the object.

Applies to