EditionCapability interface
The edition capability.
Properties
| name | The database edition name. |
| read |
The read scale capability for the edition. |
| reason | The reason for the capability not being available. |
| status | The status of the capability. |
| supported |
The list of supported service objectives for the edition. |
| supported |
The list of supported storage capabilities for this edition |
| zone |
Whether or not zone pinning is supported for the edition. |
| zone |
Whether or not zone redundancy is supported for the edition. |
Property Details
name
The database edition name.
name?: string
Property Value
string
readScale
The read scale capability for the edition.
readScale?: ReadScaleCapability
Property Value
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
supportedServiceLevelObjectives
The list of supported service objectives for the edition.
supportedServiceLevelObjectives?: ServiceObjectiveCapability[]
Property Value
supportedStorageCapabilities
The list of supported storage capabilities for this edition
supportedStorageCapabilities?: StorageCapability[]
Property Value
zonePinning
Whether or not zone pinning is supported for the edition.
zonePinning?: boolean
Property Value
boolean
zoneRedundant
Whether or not zone redundancy is supported for the edition.
zoneRedundant?: boolean
Property Value
boolean