DataFlowSource Class

public final class DataFlowSource
extends Transformation

Transformation for data flow source.

Constructor Summary

Constructor Description
DataFlowSource()

Creates an instance of DataFlowSource class.

Method Summary

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

Reads an instance of DataFlowSource from the JsonReader.

LinkedServiceReference getSchemaLinkedService()

Get the schemaLinkedService property: Schema linked service reference.

DataFlowSource setDataset(DatasetReference dataset)

Set the dataset property: Dataset reference.

DataFlowSource setDescription(String description)

Set the description property: Transformation description.

DataFlowSource setFlowlet(DataFlowReference flowlet)

Set the flowlet property: Flowlet Reference.

DataFlowSource setLinkedService(LinkedServiceReference linkedService)

Set the linkedService property: Linked service reference.

DataFlowSource setName(String name)

Set the name property: Transformation name.

DataFlowSource 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

DataFlowSource

public DataFlowSource()

Creates an instance of DataFlowSource class.

Method Details

fromJson

public static DataFlowSource fromJson(JsonReader jsonReader)

Reads an instance of DataFlowSource from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

An instance of DataFlowSource 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.

getSchemaLinkedService

public LinkedServiceReference getSchemaLinkedService()

Get the schemaLinkedService property: Schema linked service reference.

Returns:

the schemaLinkedService value.

setDataset

public DataFlowSource setDataset(DatasetReference dataset)

Set the dataset property: Dataset reference.

Overrides:

DataFlowSource.setDataset(DatasetReference dataset)

Parameters:

dataset

setDescription

public DataFlowSource setDescription(String description)

Set the description property: Transformation description.

Overrides:

DataFlowSource.setDescription(String description)

Parameters:

description

setFlowlet

public DataFlowSource setFlowlet(DataFlowReference flowlet)

Set the flowlet property: Flowlet Reference.

Overrides:

DataFlowSource.setFlowlet(DataFlowReference flowlet)

Parameters:

flowlet

setLinkedService

public DataFlowSource setLinkedService(LinkedServiceReference linkedService)

Set the linkedService property: Linked service reference.

Overrides:

DataFlowSource.setLinkedService(LinkedServiceReference linkedService)

Parameters:

linkedService

setName

public DataFlowSource setName(String name)

Set the name property: Transformation name.

Overrides:

DataFlowSource.setName(String name)

Parameters:

name

setSchemaLinkedService

public DataFlowSource setSchemaLinkedService(LinkedServiceReference schemaLinkedService)

Set the schemaLinkedService property: Schema linked service reference.

Parameters:

schemaLinkedService - the schemaLinkedService value to set.

Returns:

the DataFlowSource object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Overrides:

DataFlowSource.toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to