Class WebTableDatasetTypeProperties

java.lang.Object
com.azure.resourcemanager.datafactory.fluent.models.WebTableDatasetTypeProperties

public final class WebTableDatasetTypeProperties extends Object
Web table dataset properties.
  • Constructor Details

    • WebTableDatasetTypeProperties

      public WebTableDatasetTypeProperties()
  • Method Details

    • index

      public Object index()
      Get the index property: The zero-based index of the table in the web page. Type: integer (or Expression with resultType integer), minimum: 0.
      Returns:
      the index value.
    • withIndex

      public WebTableDatasetTypeProperties withIndex(Object index)
      Set the index property: The zero-based index of the table in the web page. Type: integer (or Expression with resultType integer), minimum: 0.
      Parameters:
      index - the index value to set.
      Returns:
      the WebTableDatasetTypeProperties object itself.
    • path

      public Object path()
      Get the path property: The relative URL to the web page from the linked service URL. Type: string (or Expression with resultType string).
      Returns:
      the path value.
    • withPath

      public WebTableDatasetTypeProperties withPath(Object path)
      Set the path property: The relative URL to the web page from the linked service URL. Type: string (or Expression with resultType string).
      Parameters:
      path - the path value to set.
      Returns:
      the WebTableDatasetTypeProperties object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.