Show / Hide Table of Contents

Class ScaleStorageDetails

storage size to increase

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

Properties

StorageSizeInTBs

Declaration
[Required(ErrorMessage = "StorageSizeInTBs is required.")]
[JsonProperty(PropertyName = "storageSizeInTBs")]
public int? StorageSizeInTBs { get; set; }
Property Value
Type Description
int?

Storage size in TBs

Remarks

Required

In this article
Back to top