Class AnalyticalStorageSchemaType

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

public final class AnalyticalStorageSchemaType extends com.azure.core.util.ExpandableStringEnum<AnalyticalStorageSchemaType>
Describes the types of schema for analytical storage.
  • Field Details

    • WELL_DEFINED

      public static final AnalyticalStorageSchemaType WELL_DEFINED
      Static value WellDefined for AnalyticalStorageSchemaType.
    • FULL_FIDELITY

      public static final AnalyticalStorageSchemaType FULL_FIDELITY
      Static value FullFidelity for AnalyticalStorageSchemaType.
  • Constructor Details

    • AnalyticalStorageSchemaType

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

    • fromString

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

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