Class USqlAssemblyFileInfo

java.lang.Object
com.microsoft.azure.management.datalake.analytics.models.USqlAssemblyFileInfo

public class USqlAssemblyFileInfo extends Object
A Data Lake Analytics catalog U-SQL assembly file information item.
  • Constructor Details

    • USqlAssemblyFileInfo

      public USqlAssemblyFileInfo()
  • Method Details

    • type

      public FileType type()
      Get the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'.
      Returns:
      the type value
    • withType

      public USqlAssemblyFileInfo withType(FileType type)
      Set the assembly file type. Possible values include: 'Assembly', 'Resource', 'Nodeploy'.
      Parameters:
      type - the type value to set
      Returns:
      the USqlAssemblyFileInfo object itself.
    • originalPath

      public String originalPath()
      Get the the original path to the assembly file.
      Returns:
      the originalPath value
    • withOriginalPath

      public USqlAssemblyFileInfo withOriginalPath(String originalPath)
      Set the the original path to the assembly file.
      Parameters:
      originalPath - the originalPath value to set
      Returns:
      the USqlAssemblyFileInfo object itself.
    • contentPath

      public String contentPath()
      Get the the content path to the assembly file.
      Returns:
      the contentPath value
    • withContentPath

      public USqlAssemblyFileInfo withContentPath(String contentPath)
      Set the the content path to the assembly file.
      Parameters:
      contentPath - the contentPath value to set
      Returns:
      the USqlAssemblyFileInfo object itself.