Class DbIormConfigUpdateDetail
Details of the IORM configuration settings update request.
Inherited Members
Namespace: Oci.DatabaseService.Models
Assembly: OCI.DotNetSDK.Database.dll
Syntax
public class DbIormConfigUpdateDetailProperties
DbName
Declaration
[JsonProperty(PropertyName = "dbName")]
public string DbName { get; set; }Property Value
| Type | Description | 
|---|---|
| string | The database name. For the default  | 
Share
Declaration
[JsonProperty(PropertyName = "share")]
public int? Share { get; set; }Property Value
| Type | Description | 
|---|---|
| int? | The relative priority of this database. |