ServiceCosmosDbConfigurationInfoResponse

data class ServiceCosmosDbConfigurationInfoResponse(val keyVaultKeyUri: String? = null, val offerThroughput: Double? = null)

The settings for the Cosmos DB database backing the service.

Constructors

Link copied to clipboard
constructor(keyVaultKeyUri: String? = null, offerThroughput: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val keyVaultKeyUri: String? = null

The URI of the customer-managed key for the backing database.

Link copied to clipboard
val offerThroughput: Double? = null

The provisioned throughput for the backing database.