IDbSystemBaseProperties.InitialDataStorageSizeInGb Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=false, ReadOnly=false, Required=false, SerializedName="initialDataStorageSizeInGb", Update=false)]
public int? InitialDataStorageSizeInGb { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=true, Description="Size in GB of the initial data volume that will be created and attached to a virtual machine DB system. You can scale up storage after provisioning, as needed. Note that the total storage size attached will be more than the amount you specify to allow for REDO/RECO space and software volume.", PossibleTypes=new System.Type[] { typeof(System.Int32) }, Read=false, ReadOnly=false, Required=false, SerializedName="initialDataStorageSizeInGb", Update=false)>]
member this.InitialDataStorageSizeInGb : Nullable<int> with get, set
Public Property InitialDataStorageSizeInGb As Nullable(Of Integer)
Property Value
- Attributes