Class ScaleStorageDetails
storage size to increase
Inherited Members
Namespace: Oci.BlockchainService.Models
Assembly: OCI.DotNetSDK.Blockchain.dll
Syntax
public class ScaleStorageDetailsProperties
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