DataFlowSink Class

public final class DataFlowSink
extends Transformation

Transformation for data flow sink.

Constructor Summary

Constructor Description
DataFlowSink()

Creates an instance of DataFlowSink class.

Method Summary

Modifier and Type Method and Description
static DataFlowSink fromJson(JsonReader jsonReader)

Reads an instance of DataFlowSink from the JsonReader.

LinkedServiceReference getRejectedDataLinkedService()

Get the rejectedDataLinkedService property: Rejected data linked service reference.

LinkedServiceReference getSchemaLinkedService()

Get the schemaLinkedService property: Schema linked service reference.

DataFlowSink setDataset(DatasetReference dataset)

Set the dataset property: Dataset reference.

DataFlowSink setDescription(String description)

Set the description property: Transformation description.

DataFlowSink setFlowlet(DataFlowReference flowlet)

Set the flowlet property: Flowlet Reference.

DataFlowSink setLinkedService(LinkedServiceReference linkedService)

Set the linkedService property: Linked service reference.

DataFlowSink setName(String name)

Set the name property: Transformation name.

DataFlowSink setRejectedDataLinkedService(LinkedServiceReference rejectedDataLinkedService)

Set the rejectedDataLinkedService property: Rejected data linked service reference.

DataFlowSink setSchemaLinkedService(LinkedServiceReference schemaLinkedService)

Set the schemaLinkedService property: Schema linked service reference.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from Transformation

Methods inherited from java.lang.Object

Constructor Details

DataFlowSink

public DataFlowSink()

Creates an instance of DataFlowSink class.

Method Details

fromJson

public static DataFlowSink fromJson(JsonReader jsonReader)

Reads an instance of DataFlowSink from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowSink if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If the deserialized JSON object was missing any required properties.

getRejectedDataLinkedService

public LinkedServiceReference getRejectedDataLinkedService()

Get the rejectedDataLinkedService property: Rejected data linked service reference.

Returns:

the rejectedDataLinkedService value.

getSchemaLinkedService

public LinkedServiceReference getSchemaLinkedService()

Get the schemaLinkedService property: Schema linked service reference.

Returns:

the schemaLinkedService value.

setDataset

public DataFlowSink setDataset(DatasetReference dataset)

Set the dataset property: Dataset reference.

Overrides:

DataFlowSink.setDataset(DatasetReference dataset)

Parameters:

dataset

setDescription

public DataFlowSink setDescription(String description)

Set the description property: Transformation description.

Overrides:

DataFlowSink.setDescription(String description)

Parameters:

description

setFlowlet

public DataFlowSink setFlowlet(DataFlowReference flowlet)

Set the flowlet property: Flowlet Reference.

Overrides:

DataFlowSink.setFlowlet(DataFlowReference flowlet)

Parameters:

flowlet

setLinkedService

public DataFlowSink setLinkedService(LinkedServiceReference linkedService)

Set the linkedService property: Linked service reference.

Overrides:

DataFlowSink.setLinkedService(LinkedServiceReference linkedService)

Parameters:

linkedService

setName

public DataFlowSink setName(String name)

Set the name property: Transformation name.

Overrides:

DataFlowSink.setName(String name)

Parameters:

name

setRejectedDataLinkedService

public DataFlowSink setRejectedDataLinkedService(LinkedServiceReference rejectedDataLinkedService)

Set the rejectedDataLinkedService property: Rejected data linked service reference.

Parameters:

rejectedDataLinkedService - the rejectedDataLinkedService value to set.

Returns:

the DataFlowSink object itself.

setSchemaLinkedService

public DataFlowSink setSchemaLinkedService(LinkedServiceReference schemaLinkedService)

Set the schemaLinkedService property: Schema linked service reference.

Parameters:

schemaLinkedService - the schemaLinkedService value to set.

Returns:

the DataFlowSink object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataFlowSink.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to