USqlExternalDataSource Class

A Data Lake Analytics catalog U-SQL external datasource item.

Inheritance
USqlExternalDataSource

Constructor

USqlExternalDataSource(*, compute_account_name: Optional[str] = None, version: Optional[str] = None, database_name: Optional[str] = None, name: Optional[str] = None, provider: Optional[str] = None, provider_string: Optional[str] = None, pushdown_types=None, **kwargs)

Parameters

compute_account_name
str
Required

the name of the Data Lake Analytics account.

version
str
Required

the version of the catalog item.

database_name
str
Required

the name of the database.

name
str
Required

the name of the external data source.

provider
str
Required

the name of the provider for the external data source.

provider_string
str
Required

the name of the provider string for the external data source.

pushdown_types
list[str]
Required

the list of types to push down from the external data source.