Uses of Class
com.azure.resourcemanager.cosmos.models.AnalyticalStorageSchemaType
-
Packages that use AnalyticalStorageSchemaType Package Description com.azure.resourcemanager.cosmos.models Package containing the data models for CosmosDBManagementClient. -
-
Uses of AnalyticalStorageSchemaType in com.azure.resourcemanager.cosmos.models
Fields in com.azure.resourcemanager.cosmos.models declared as AnalyticalStorageSchemaType Modifier and Type Field Description static AnalyticalStorageSchemaTypeAnalyticalStorageSchemaType. FULL_FIDELITYStatic value FullFidelity for AnalyticalStorageSchemaType.static AnalyticalStorageSchemaTypeAnalyticalStorageSchemaType. WELL_DEFINEDStatic value WellDefined for AnalyticalStorageSchemaType.Methods in com.azure.resourcemanager.cosmos.models that return AnalyticalStorageSchemaType Modifier and Type Method Description static AnalyticalStorageSchemaTypeAnalyticalStorageSchemaType. fromString(String name)Creates or finds a AnalyticalStorageSchemaType from its string representation.AnalyticalStorageSchemaTypeAnalyticalStorageConfiguration. schemaType()Get the schemaType property: Describes the types of schema for analytical storage.Methods in com.azure.resourcemanager.cosmos.models that return types with arguments of type AnalyticalStorageSchemaType Modifier and Type Method Description static Collection<AnalyticalStorageSchemaType>AnalyticalStorageSchemaType. values()Methods in com.azure.resourcemanager.cosmos.models with parameters of type AnalyticalStorageSchemaType Modifier and Type Method Description AnalyticalStorageConfigurationAnalyticalStorageConfiguration. withSchemaType(AnalyticalStorageSchemaType schemaType)Set the schemaType property: Describes the types of schema for analytical storage.
-