Class DbStorageVaultDetails
Details of the request to create exascale db vault storage for shard or catalog of the distributed database.
Inherited Members
Namespace: Oci.DistributeddatabaseService.Models
Assembly: OCI.DotNetSDK.Distributeddatabase.dll
Syntax
public class DbStorageVaultDetails
Properties
AdditionalFlashCacheInPercent
Declaration
[JsonProperty(PropertyName = "additionalFlashCacheInPercent")]
public int? AdditionalFlashCacheInPercent { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | The size of additional Flash Cache in percentage of High Capacity database storage. |
HighCapacityDatabaseStorage
Declaration
[Required(ErrorMessage = "HighCapacityDatabaseStorage is required.")]
[JsonProperty(PropertyName = "highCapacityDatabaseStorage")]
public int? HighCapacityDatabaseStorage { get; set; }
Property Value
| Type | Description |
|---|---|
| int? | Total storage capacity in GB for vault storage. |
Remarks
Required