IAutonomousDatabaseBaseProperties.AllocatedStorageSizeInTb 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.
The amount of storage currently allocated for the database tables and billed for, rounded up.
[Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The amount of storage currently allocated for the database tables and billed for, rounded up.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="allocatedStorageSizeInTbs", Update=false)]
public double? AllocatedStorageSizeInTb { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Oracle.Runtime.Info(Create=false, Description="The amount of storage currently allocated for the database tables and billed for, rounded up.", PossibleTypes=new System.Type[] { typeof(System.Double) }, Read=true, ReadOnly=true, Required=false, SerializedName="allocatedStorageSizeInTbs", Update=false)>]
member this.AllocatedStorageSizeInTb : Nullable<double>
Public ReadOnly Property AllocatedStorageSizeInTb As Nullable(Of Double)
Property Value
- Attributes