Class DatasetFolder

java.lang.Object
com.azure.analytics.synapse.artifacts.models.DatasetFolder

public final class DatasetFolder extends Object
The folder that this Dataset is in. If not specified, Dataset will appear at the root level.
  • Constructor Details

    • DatasetFolder

      public DatasetFolder()
  • Method Details

    • getName

      public String getName()
      Get the name property: The name of the folder that this Dataset is in.
      Returns:
      the name value.
    • setName

      public DatasetFolder setName(String name)
      Set the name property: The name of the folder that this Dataset is in.
      Parameters:
      name - the name value to set.
      Returns:
      the DatasetFolder object itself.