MapperConnection Class
- java.
lang. Object - com.
azure. resourcemanager. datafactory. models. MapperConnection
- com.
Implements
public final class MapperConnection
implements JsonSerializable<MapperConnection>
Source connection details.
Constructor Summary
| Constructor | Description |
|---|---|
| MapperConnection() |
Creates an instance of Mapper |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
List<Mapper |
commonDslConnectorProperties()
Get the common |
|
static
Mapper |
fromJson(JsonReader jsonReader)
Reads an instance of Mapper |
| Boolean |
isInlineDataset()
Get the is |
|
Linked |
linkedService()
Get the linked |
| String |
linkedServiceType()
Get the linked |
|
Json |
toJson(JsonWriter jsonWriter) |
|
Connection |
type()
Get the type property: Type of connection via linked service or dataset. |
| void |
validate()
Validates the instance. |
|
Mapper |
withCommonDslConnectorProperties(List<MapperDslConnectorProperties> commonDslConnectorProperties)
Set the common |
|
Mapper |
withIsInlineDataset(Boolean isInlineDataset)
Set the is |
|
Mapper |
withLinkedService(LinkedServiceReference linkedService)
Set the linked |
|
Mapper |
withLinkedServiceType(String linkedServiceType)
Set the linked |
|
Mapper |
withType(ConnectionType type)
Set the type property: Type of connection via linked service or dataset. |
Methods inherited from java.lang.Object
Constructor Details
MapperConnection
public MapperConnection()
Creates an instance of MapperConnection class.
Method Details
commonDslConnectorProperties
public List<MapperDslConnectorProperties> commonDslConnectorProperties()
Get the commonDslConnectorProperties property: List of name/value pairs for connection properties.
Returns:
fromJson
public static MapperConnection fromJson(JsonReader jsonReader)
Reads an instance of MapperConnection from the JsonReader.
Parameters:
Returns:
Throws:
isInlineDataset
public Boolean isInlineDataset()
Get the isInlineDataset property: A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported.
Returns:
linkedService
public LinkedServiceReference linkedService()
Get the linkedService property: Linked service reference.
Returns:
linkedServiceType
public String linkedServiceType()
Get the linkedServiceType property: Type of the linked service e.g.: AzureBlobFS.
Returns:
toJson
type
public ConnectionType type()
Get the type property: Type of connection via linked service or dataset.
Returns:
validate
public void validate()
Validates the instance.
withCommonDslConnectorProperties
public MapperConnection withCommonDslConnectorProperties(List<MapperDslConnectorProperties> commonDslConnectorProperties)
Set the commonDslConnectorProperties property: List of name/value pairs for connection properties.
Parameters:
Returns:
withIsInlineDataset
public MapperConnection withIsInlineDataset(Boolean isInlineDataset)
Set the isInlineDataset property: A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported.
Parameters:
Returns:
withLinkedService
public MapperConnection withLinkedService(LinkedServiceReference linkedService)
Set the linkedService property: Linked service reference.
Parameters:
Returns:
withLinkedServiceType
public MapperConnection withLinkedServiceType(String linkedServiceType)
Set the linkedServiceType property: Type of the linked service e.g.: AzureBlobFS.
Parameters:
Returns:
withType
public MapperConnection withType(ConnectionType type)
Set the type property: Type of connection via linked service or dataset.
Parameters:
Returns: