你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

DbIormConfig Class

Definition

DbIormConfig for cloud vm cluster.

public class DbIormConfig : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.OracleDatabase.Models.DbIormConfig>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.OracleDatabase.Models.DbIormConfig>
type DbIormConfig = class
    interface IJsonModel<DbIormConfig>
    interface IPersistableModel<DbIormConfig>
Public Class DbIormConfig
Implements IJsonModel(Of DbIormConfig), IPersistableModel(Of DbIormConfig)
Inheritance
DbIormConfig
Implements

Properties

DbName
FlashCacheLimit

The flash cache limit for this database. This value is internally configured based on the share value assigned to the database.

Share

The relative priority of this database.

Explicit Interface Implementations

IJsonModel<DbIormConfig>.Create(Utf8JsonReader, ModelReaderWriterOptions)
IJsonModel<DbIormConfig>.Write(Utf8JsonWriter, ModelReaderWriterOptions)
IPersistableModel<DbIormConfig>.Create(BinaryData, ModelReaderWriterOptions)
IPersistableModel<DbIormConfig>.GetFormatFromOptions(ModelReaderWriterOptions)
IPersistableModel<DbIormConfig>.Write(ModelReaderWriterOptions)

Applies to