Class AzureTableDatasetTypeProperties

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

public final class AzureTableDatasetTypeProperties extends Object
Azure Table dataset properties.
  • Constructor Details

    • AzureTableDatasetTypeProperties

      public AzureTableDatasetTypeProperties()
  • Method Details

    • tableName

      public Object tableName()
      Get the tableName property: The table name of the Azure Table storage. Type: string (or Expression with resultType string).
      Returns:
      the tableName value.
    • withTableName

      public AzureTableDatasetTypeProperties withTableName(Object tableName)
      Set the tableName property: The table name of the Azure Table storage. Type: string (or Expression with resultType string).
      Parameters:
      tableName - the tableName value to set.
      Returns:
      the AzureTableDatasetTypeProperties object itself.
    • validate

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