Show / Hide Table of Contents

Class DbStorageVaultDetails

Details of the request to create exascale db vault storage for shard or catalog of the distributed database.

Inheritance
object
DbStorageVaultDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

In this article
Back to top