ElasticPoolPerDatabaseSettings interface
Per database settings of an elastic pool.
Properties
| auto |
Auto Pause Delay for per database within pool |
| max |
The maximum capacity any one database can consume. |
| min |
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