DataFlowSourceSetting Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.DataFlowSourceSetting

Implements

public final class DataFlowSourceSetting
implements JsonSerializable<DataFlowSourceSetting>

Definition of data flow source setting for debug.

Constructor Summary

Constructor Description
DataFlowSourceSetting()

Creates an instance of DataFlowSourceSetting class.

Method Summary

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

Reads an instance of DataFlowSourceSetting from the JsonReader.

Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Definition of data flow source setting for debug.

Integer getRowLimit()

Get the rowLimit property: Defines the row limit of data flow source in debug.

String getSourceName()

Get the sourceName property: The data flow source name.

DataFlowSourceSetting setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Definition of data flow source setting for debug.

DataFlowSourceSetting setRowLimit(Integer rowLimit)

Set the rowLimit property: Defines the row limit of data flow source in debug.

DataFlowSourceSetting setSourceName(String sourceName)

Set the sourceName property: The data flow source name.

JsonWriter toJson(JsonWriter jsonWriter)

Methods inherited from java.lang.Object

Constructor Details

DataFlowSourceSetting

public DataFlowSourceSetting()

Creates an instance of DataFlowSourceSetting class.

Method Details

fromJson

public static DataFlowSourceSetting fromJson(JsonReader jsonReader)

Reads an instance of DataFlowSourceSetting from the JsonReader.

Parameters:

jsonReader - The JsonReader being read.

Returns:

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

Throws:

IOException

- If an error occurs while reading the DataFlowSourceSetting.

getAdditionalProperties

public Map<String,Object> getAdditionalProperties()

Get the additionalProperties property: Definition of data flow source setting for debug.

Returns:

the additionalProperties value.

getRowLimit

public Integer getRowLimit()

Get the rowLimit property: Defines the row limit of data flow source in debug.

Returns:

the rowLimit value.

getSourceName

public String getSourceName()

Get the sourceName property: The data flow source name.

Returns:

the sourceName value.

setAdditionalProperties

public DataFlowSourceSetting setAdditionalProperties(Map<String,Object> additionalProperties)

Set the additionalProperties property: Definition of data flow source setting for debug.

Parameters:

additionalProperties - the additionalProperties value to set.

Returns:

the DataFlowSourceSetting object itself.

setRowLimit

public DataFlowSourceSetting setRowLimit(Integer rowLimit)

Set the rowLimit property: Defines the row limit of data flow source in debug.

Parameters:

rowLimit - the rowLimit value to set.

Returns:

the DataFlowSourceSetting object itself.

setSourceName

public DataFlowSourceSetting setSourceName(String sourceName)

Set the sourceName property: The data flow source name.

Parameters:

sourceName - the sourceName value to set.

Returns:

the DataFlowSourceSetting object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to