DdlName Class

A Data Lake Analytics DDL name item.

Inheritance
DdlName

Constructor

DdlName(*, first_part: Optional[str] = None, second_part: Optional[str] = None, third_part: Optional[str] = None, server: Optional[str] = None, **kwargs)

Parameters

first_part
str
Required

the name of the table associated with this database and schema.

second_part
str
Required

the name of the table associated with this database and schema.

third_part
str
Required

the name of the table associated with this database and schema.

server
str
Required

the name of the table associated with this database and schema.