DataFlowSourceSetting Class

  • java.lang.Object
    • com.azure.resourcemanager.datafactory.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
Map<String,Object> additionalProperties()

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

static DataFlowSourceSetting fromJson(JsonReader jsonReader)

Reads an instance of DataFlowSourceSetting from the JsonReader.

Integer rowLimit()

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

String sourceName()

Get the sourceName property: The data flow source name.

JsonWriter toJson(JsonWriter jsonWriter)
void validate()

Validates the instance.

DataFlowSourceSetting withAdditionalProperties(Map<String,Object> additionalProperties)

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

DataFlowSourceSetting withRowLimit(Integer rowLimit)

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

DataFlowSourceSetting withSourceName(String sourceName)

Set the sourceName property: The data flow source name.

Methods inherited from java.lang.Object

Constructor Details

DataFlowSourceSetting

public DataFlowSourceSetting()

Creates an instance of DataFlowSourceSetting class.

Method Details

additionalProperties

public Map<String,Object> additionalProperties()

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

Returns:

the additionalProperties value.

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.

rowLimit

public Integer rowLimit()

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

Returns:

the rowLimit value.

sourceName

public String sourceName()

Get the sourceName property: The data flow source name.

Returns:

the sourceName value.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

validate

public void validate()

Validates the instance.

withAdditionalProperties

public DataFlowSourceSetting withAdditionalProperties(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.

withRowLimit

public DataFlowSourceSetting withRowLimit(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.

withSourceName

public DataFlowSourceSetting withSourceName(String sourceName)

Set the sourceName property: The data flow source name.

Parameters:

sourceName - the sourceName value to set.

Returns:

the DataFlowSourceSetting object itself.

Applies to