Class DbIormConfig
The IORM configuration settings for the database.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbIormConfigProperties
DbName
Declaration
[JsonProperty(PropertyName = "dbName")]
public string DbName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The database name. For the default  | 
FlashCacheLimit
Declaration
[JsonProperty(PropertyName = "flashCacheLimit")]
public string FlashCacheLimit { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The flash cache limit for this database. This value is internally configured based on the share value assigned to the database. | 
Share
Declaration
[JsonProperty(PropertyName = "share")]
public int? Share { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The relative priority of this database. |