ElasticPoolPerDatabaseSettings interface
Per database settings of an elastic pool.
Properties
max |
The maximum capacity any one database can consume. |
min |
The minimum capacity all databases are guaranteed. |
Property Details
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