EditionCapability interface

The edition capability.

Properties

name

The database edition name.

readScale

The read scale capability for the edition.

reason

The reason for the capability not being available.

status

The status of the capability.

supportedServiceLevelObjectives

The list of supported service objectives for the edition.

supportedStorageCapabilities

The list of supported storage capabilities for this edition

zonePinning

Whether or not zone pinning is supported for the edition.

zoneRedundant

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

The status of the capability.

status?: CapabilityStatus

Property Value

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