Class DataType


  • public final class DataType
    extends com.azure.core.util.ExpandableStringEnum<DataType>
    Defines values for DataType.
    • Field Detail

      • URI_FILE

        public static final DataType URI_FILE
        Static value UriFile for DataType.
      • URI_FOLDER

        public static final DataType URI_FOLDER
        Static value UriFolder for DataType.
      • MLTABLE

        public static final DataType MLTABLE
        Static value MLTable for DataType.
    • Constructor Detail

      • DataType

        public DataType()
    • Method Detail

      • fromString

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

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