AnalyticalStorageConfiguration Class

  • java.lang.Object
    • com.azure.resourcemanager.cosmos.models.AnalyticalStorageConfiguration

public final class AnalyticalStorageConfiguration

Analytical storage specific properties.

Constructor Summary

Constructor Description
AnalyticalStorageConfiguration()

Creates an instance of AnalyticalStorageConfiguration class.

Method Summary

Modifier and Type Method and Description
AnalyticalStorageSchemaType schemaType()

Get the schemaType property: Describes the types of schema for analytical storage.

void validate()

Validates the instance.

AnalyticalStorageConfiguration withSchemaType(AnalyticalStorageSchemaType schemaType)

Set the schemaType property: Describes the types of schema for analytical storage.

Methods inherited from java.lang.Object

Constructor Details

AnalyticalStorageConfiguration

public AnalyticalStorageConfiguration()

Creates an instance of AnalyticalStorageConfiguration class.

Method Details

schemaType

public AnalyticalStorageSchemaType schemaType()

Get the schemaType property: Describes the types of schema for analytical storage.

Returns:

the schemaType value.

validate

public void validate()

Validates the instance.

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.

Applies to