MapperConnection Class

Source connection details.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.datafactory._serialization.Model
MapperConnection

Constructor

MapperConnection(*, type: str | _models.ConnectionType, linked_service: _models.LinkedServiceReference | None = None, linked_service_type: str | None = None, is_inline_dataset: bool | None = None, common_dsl_connector_properties: List[_models.MapperDslConnectorProperties] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
linked_service

Linked service reference.

linked_service_type
str

Type of the linked service e.g.: AzureBlobFS.

type

Type of connection via linked service or dataset. Required. "linkedservicetype"

is_inline_dataset

A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported.

common_dsl_connector_properties

List of name/value pairs for connection properties.

Variables

Name Description
linked_service

Linked service reference.

linked_service_type
str

Type of the linked service e.g.: AzureBlobFS.

type

Type of connection via linked service or dataset. Required. "linkedservicetype"

is_inline_dataset

A boolean indicating whether linked service is of type inline dataset. Currently only inline datasets are supported.

common_dsl_connector_properties

List of name/value pairs for connection properties.