USqlAssemblyFileInfo Class

A Data Lake Analytics catalog U-SQL assembly file information item.

Inheritance
USqlAssemblyFileInfo

Constructor

USqlAssemblyFileInfo(*, type=None, original_path: Optional[str] = None, content_path: Optional[str] = None, **kwargs)

Parameters

type
str or FileType
Required

the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'

original_path
str
Required

the the original path to the assembly file.

content_path
str
Required

the the content path to the assembly file.