Uses of Class
com.azure.resourcemanager.cosmos.models.AnalyticalStorageSchemaType
Packages that use AnalyticalStorageSchemaType
Package
Description
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 AnalyticalStorageSchemaTypeModifier and TypeFieldDescriptionstatic final AnalyticalStorageSchemaTypeAnalyticalStorageSchemaType.FULL_FIDELITYStatic value FullFidelity for AnalyticalStorageSchemaType.static final AnalyticalStorageSchemaTypeAnalyticalStorageSchemaType.WELL_DEFINEDStatic value WellDefined for AnalyticalStorageSchemaType.Methods in com.azure.resourcemanager.cosmos.models that return AnalyticalStorageSchemaTypeModifier and TypeMethodDescriptionstatic AnalyticalStorageSchemaTypeAnalyticalStorageSchemaType.fromString(String name) Creates or finds a AnalyticalStorageSchemaType from its string representation.AnalyticalStorageConfiguration.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 AnalyticalStorageSchemaTypeModifier and TypeMethodDescriptionAnalyticalStorageSchemaType.values()Gets known AnalyticalStorageSchemaType values.Methods in com.azure.resourcemanager.cosmos.models with parameters of type AnalyticalStorageSchemaTypeModifier and TypeMethodDescriptionAnalyticalStorageConfiguration.withSchemaType(AnalyticalStorageSchemaType schemaType) Set the schemaType property: Describes the types of schema for analytical storage.