ElasticPoolPerDatabaseSettings interface

Per database settings of an elastic pool.

Properties

autoPauseDelay

Auto Pause Delay for per database within pool

maxCapacity

The maximum capacity any one database can consume.

minCapacity

The minimum capacity all databases are guaranteed.

Property Details

autoPauseDelay

Auto Pause Delay for per database within pool

autoPauseDelay?: number

Property Value

number

maxCapacity

The maximum capacity any one database can consume.

maxCapacity?: number

Property Value

number

minCapacity

The minimum capacity all databases are guaranteed.

minCapacity?: number

Property Value

number