EditionCapability interface

版本功能。

屬性

name

資料庫版本名稱。

readScale

版本的讀取縮放功能。

reason

無法使用功能的原因。

status

功能的狀態。

supportedServiceLevelObjectives

版本支援的服務目標清單。

supportedStorageCapabilities

本版本支援的儲存功能列表

zonePinning

是否支援區域釘選。

zoneRedundant

版本是否支援區域備援。

屬性詳細資料

name

資料庫版本名稱。

name?: string

屬性值

string

readScale

版本的讀取縮放功能。

readScale?: ReadScaleCapability

屬性值

reason

無法使用功能的原因。

reason?: string

屬性值

string

status

功能的狀態。

status?: CapabilityStatus

屬性值

supportedServiceLevelObjectives

版本支援的服務目標清單。

supportedServiceLevelObjectives?: ServiceObjectiveCapability[]

屬性值

supportedStorageCapabilities

本版本支援的儲存功能列表

supportedStorageCapabilities?: StorageCapability[]

屬性值

zonePinning

是否支援區域釘選。

zonePinning?: boolean

屬性值

boolean

zoneRedundant

版本是否支援區域備援。

zoneRedundant?: boolean

屬性值

boolean