Class SparkSessionCollection

java.lang.Object
com.azure.analytics.synapse.spark.models.SparkSessionCollection

public final class SparkSessionCollection extends Object
The SparkSessionCollection model.
  • Constructor Details

    • SparkSessionCollection

      public SparkSessionCollection()
  • Method Details

    • getFrom

      public int getFrom()
      Get the from property: The from property.
      Returns:
      the from value.
    • setFrom

      public SparkSessionCollection setFrom(int from)
      Set the from property: The from property.
      Parameters:
      from - the from value to set.
      Returns:
      the SparkSessionCollection object itself.
    • getTotal

      public int getTotal()
      Get the total property: The total property.
      Returns:
      the total value.
    • setTotal

      public SparkSessionCollection setTotal(int total)
      Set the total property: The total property.
      Parameters:
      total - the total value to set.
      Returns:
      the SparkSessionCollection object itself.
    • getSessions

      public List<SparkSession> getSessions()
      Get the sessions property: The sessions property.
      Returns:
      the sessions value.
    • setSessions

      public SparkSessionCollection setSessions(List<SparkSession> sessions)
      Set the sessions property: The sessions property.
      Parameters:
      sessions - the sessions value to set.
      Returns:
      the SparkSessionCollection object itself.