EditionCapability interface
The edition capability.
Properties
name | The database edition name. NOTE: This property will not be serialized. It can only be populated by the server. |
read |
The read scale capability for the edition. NOTE: This property will not be serialized. It can only be populated by the server. |
reason | The reason for the capability not being available. |
status | The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
The list of supported service objectives for the edition. NOTE: This property will not be serialized. It can only be populated by the server. |
supported |
The list of supported storage capabilities for this edition NOTE: This property will not be serialized. It can only be populated by the server. |
zone |
Whether or not zone redundancy is supported for the edition. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
name
The database edition name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
readScale
The read scale capability for the edition. NOTE: This property will not be serialized. It can only be populated by the server.
readScale?: ReadScaleCapability
Property Value
reason
The reason for the capability not being available.
reason?: string
Property Value
string
status
The status of the capability. NOTE: This property will not be serialized. It can only be populated by the server.
status?: CapabilityStatus
Property Value
supportedServiceLevelObjectives
The list of supported service objectives for the edition. NOTE: This property will not be serialized. It can only be populated by the server.
supportedServiceLevelObjectives?: ServiceObjectiveCapability[]
Property Value
supportedStorageCapabilities
The list of supported storage capabilities for this edition NOTE: This property will not be serialized. It can only be populated by the server.
supportedStorageCapabilities?: StorageCapability[]
Property Value
zoneRedundant
Whether or not zone redundancy is supported for the edition. NOTE: This property will not be serialized. It can only be populated by the server.
zoneRedundant?: boolean
Property Value
boolean