AccountAnalyticalStorageArgs

data class AccountAnalyticalStorageArgs(val schemaType: Output<String>) : ConvertibleToJava<AccountAnalyticalStorageArgs>

Constructors

Link copied to clipboard
constructor(schemaType: Output<String>)

Properties

Link copied to clipboard
val schemaType: Output<String>

The schema type of the Analytical Storage for this Cosmos DB account. Possible values are FullFidelity and WellDefined.

Functions

Link copied to clipboard
open override fun toJava(): AccountAnalyticalStorageArgs