Class USqlAssemblyFileInfo
java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyFileInfo
A Data Lake Analytics catalog U-SQL assembly file information item.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the the content path to the assembly file.Get the the original path to the assembly file.type()
Get the assembly file type.withContentPath
(String contentPath) Set the the content path to the assembly file.withOriginalPath
(String originalPath) Set the the original path to the assembly file.Set the assembly file type.
-
Constructor Details
-
USqlAssemblyFileInfo
public USqlAssemblyFileInfo()
-
-
Method Details
-
type
Get the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'.- Returns:
- the type value
-
withType
Set the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'.- Parameters:
type
- the type value to set- Returns:
- the USqlAssemblyFileInfo object itself.
-
originalPath
Get the the original path to the assembly file.- Returns:
- the originalPath value
-
withOriginalPath
Set the the original path to the assembly file.- Parameters:
originalPath
- the originalPath value to set- Returns:
- the USqlAssemblyFileInfo object itself.
-
contentPath
Get the the content path to the assembly file.- Returns:
- the contentPath value
-
withContentPath
Set the the content path to the assembly file.- Parameters:
contentPath
- the contentPath value to set- Returns:
- the USqlAssemblyFileInfo object itself.
-