Class AnalyticalStorageConfiguration
java.lang.Object
com.azure.resourcemanager.cosmos.models.AnalyticalStorageConfiguration
Analytical storage specific properties.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of AnalyticalStorageConfiguration class. -
Method Summary
Modifier and TypeMethodDescriptionGet the schemaType property: Describes the types of schema for analytical storage.voidvalidate()Validates the instance.withSchemaType(AnalyticalStorageSchemaType schemaType) Set the schemaType property: Describes the types of schema for analytical storage.
-
Constructor Details
-
AnalyticalStorageConfiguration
public AnalyticalStorageConfiguration()Creates an instance of AnalyticalStorageConfiguration class.
-
-
Method Details
-
schemaType
Get the schemaType property: Describes the types of schema for analytical storage.- Returns:
- the schemaType value.
-
withSchemaType
Set the schemaType property: Describes the types of schema for analytical storage.- Parameters:
schemaType- the schemaType value to set.- Returns:
- the AnalyticalStorageConfiguration object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-