IReadWriteDatabaseProperties.StatisticsSize Property

Definition

The database size - the total size of compressed data and index in bytes.

[Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The database size - the total size of compressed data and index in bytes.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="size", Update=false)]
public float? StatisticsSize { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.Kusto.Runtime.Info(Create=false, Description="The database size - the total size of compressed data and index in bytes.", PossibleTypes=new System.Type[] { typeof(System.Single) }, Read=true, ReadOnly=true, Required=false, SerializedName="size", Update=false)>]
member this.StatisticsSize : Nullable<single>
Public ReadOnly Property StatisticsSize As Nullable(Of Single)

Property Value

Attributes

Applies to