Class AnalyticalStorageConfiguration
- java.lang.Object
-
- com.azure.resourcemanager.cosmos.models.AnalyticalStorageConfiguration
-
public final class AnalyticalStorageConfiguration extends Object
Analytical storage specific properties.
-
-
Constructor Summary
Constructors Constructor Description AnalyticalStorageConfiguration()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnalyticalStorageSchemaTypeschemaType()Get the schemaType property: Describes the types of schema for analytical storage.voidvalidate()Validates the instance.AnalyticalStorageConfigurationwithSchemaType(AnalyticalStorageSchemaType schemaType)Set the schemaType property: Describes the types of schema for analytical storage.
-
-
-
Method Detail
-
schemaType
public AnalyticalStorageSchemaType schemaType()
Get the schemaType property: Describes the types of schema for analytical storage.- Returns:
- the schemaType value.
-
withSchemaType
public AnalyticalStorageConfiguration withSchemaType(AnalyticalStorageSchemaType schemaType)
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.
-
-