MapperConnection Class

Source connection details.

Constructor

MapperConnection(*args: Any, **kwargs: Any)

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.

Attributes

common_dsl_connector_properties

List of name/value pairs for connection properties.

common_dsl_connector_properties: list['_models.MapperDslConnectorProperties'] | None

is_inline_dataset

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

is_inline_dataset: bool | None

linked_service

Linked service reference.

linked_service: _models.LinkedServiceReference | None

linked_service_type

AzureBlobFS.

linked_service_type: str | None

type

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

type: str | _models.ConnectionType