AutonomousDatabasePropertiesConnectionStringAllConnectionString

data class AutonomousDatabasePropertiesConnectionStringAllConnectionString(val high: String? = null, val low: String? = null, val medium: String? = null)

Constructors

constructor(high: String? = null, low: String? = null, medium: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val high: String? = null

The database service provides the highest level of resources to each SQL statement.

Link copied to clipboard
val low: String? = null

The database service provides the least level of resources to each SQL statement.

Link copied to clipboard
val medium: String? = null

The database service provides a lower level of resources to each SQL statement.