Class AzureDataExplorerDatasetTypeProperties

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

public final class AzureDataExplorerDatasetTypeProperties extends Object
Azure Data Explorer (Kusto) dataset properties.
  • Constructor Details

    • AzureDataExplorerDatasetTypeProperties

      public AzureDataExplorerDatasetTypeProperties()
  • Method Details

    • table

      public Object table()
      Get the table property: The table name of the Azure Data Explorer database. Type: string (or Expression with resultType string).
      Returns:
      the table value.
    • withTable

      Set the table property: The table name of the Azure Data Explorer database. Type: string (or Expression with resultType string).
      Parameters:
      table - the table value to set.
      Returns:
      the AzureDataExplorerDatasetTypeProperties object itself.
    • validate

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