Class AnalyticalStorageSchemaType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<AnalyticalStorageSchemaType>
com.azure.resourcemanager.cosmos.models.AnalyticalStorageSchemaType
public final class AnalyticalStorageSchemaType
extends com.azure.core.util.ExpandableStringEnum<AnalyticalStorageSchemaType>
Describes the types of schema for analytical storage.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AnalyticalStorageSchemaTypeStatic value FullFidelity for AnalyticalStorageSchemaType.static final AnalyticalStorageSchemaTypeStatic value WellDefined for AnalyticalStorageSchemaType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic AnalyticalStorageSchemaTypefromString(String name) Creates or finds a AnalyticalStorageSchemaType from its string representation.values()Gets known AnalyticalStorageSchemaType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
WELL_DEFINED
Static value WellDefined for AnalyticalStorageSchemaType. -
FULL_FIDELITY
Static value FullFidelity for AnalyticalStorageSchemaType.
-
-
Constructor Details
-
AnalyticalStorageSchemaType
Deprecated.Use thefromString(String)factory method.Creates a new instance of AnalyticalStorageSchemaType value.
-
-
Method Details
-
fromString
Creates or finds a AnalyticalStorageSchemaType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding AnalyticalStorageSchemaType.
-
values
Gets known AnalyticalStorageSchemaType values.- Returns:
- known AnalyticalStorageSchemaType values.
-
fromString(String)factory method.