Class TableTemporalType

java.lang.Object
com.azure.core.util.ExpandableStringEnum<TableTemporalType>
com.azure.resourcemanager.sql.models.TableTemporalType
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class TableTemporalType extends com.azure.core.util.ExpandableStringEnum<TableTemporalType>
The table temporal type.
  • Field Details

    • NON_TEMPORAL_TABLE

      public static final TableTemporalType NON_TEMPORAL_TABLE
      Static value NonTemporalTable for TableTemporalType.
    • HISTORY_TABLE

      public static final TableTemporalType HISTORY_TABLE
      Static value HistoryTable for TableTemporalType.
    • SYSTEM_VERSIONED_TEMPORAL_TABLE

      public static final TableTemporalType SYSTEM_VERSIONED_TEMPORAL_TABLE
      Static value SystemVersionedTemporalTable for TableTemporalType.
  • Constructor Details

    • TableTemporalType

      @Deprecated public TableTemporalType()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of TableTemporalType value.
  • Method Details

    • fromString

      public static TableTemporalType fromString(String name)
      Creates or finds a TableTemporalType from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding TableTemporalType.
    • values

      public static Collection<TableTemporalType> values()
      Gets known TableTemporalType values.
      Returns:
      known TableTemporalType values.