Show / Hide Table of Contents

Class UpdateStorageDetailsParams

Storage details of the database system.

Inheritance
object
UpdateStorageDetailsParams
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.PsqlService.Models
Assembly: OCI.DotNetSDK.Psql.dll
Syntax
public class UpdateStorageDetailsParams

Properties

Iops

Declaration
[JsonProperty(PropertyName = "iops")]
public long? Iops { get; set; }
Property Value
Type Description
long?

Guaranteed input/output storage requests per second (IOPS) available to the database system. Only valid for OCI_OPTIMIZED_STORAGE database system type.

In this article
Back to top