USqlAssemblyFileInfo Class
- java.
lang. Object - com.
microsoft. azure. management. datalake. analytics. models. USqlAssemblyFileInfo
- com.
public class USqlAssemblyFileInfo
A Data Lake Analytics catalog U-SQL assembly file information item.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
contentPath()
Get the contentPath value. |
String |
originalPath()
Get the originalPath value. |
File |
type()
Get the type value. |
USql |
withContentPath(String contentPath)
Set the contentPath value. |
USql |
withOriginalPath(String originalPath)
Set the originalPath value. |
USql |
withType(FileType type)
Set the type value. |
Method Details
contentPath
public String contentPath()
Get the contentPath value.
Returns:
originalPath
public String originalPath()
Get the originalPath value.
Returns:
type
public FileType type()
Get the type value.
Returns:
withContentPath
public USqlAssemblyFileInfo withContentPath(String contentPath)
Set the contentPath value.
Parameters:
Returns:
withOriginalPath
public USqlAssemblyFileInfo withOriginalPath(String originalPath)
Set the originalPath value.
Parameters:
Returns:
withType
public USqlAssemblyFileInfo withType(FileType type)
Set the type value.
Parameters:
Returns:
Applies to
Azure SDK for Java