DatabaseStatistics.Size Property

Definition

Gets or sets the database size - the total size of compressed data and index in bytes.

[Newtonsoft.Json.JsonProperty(PropertyName="size")]
public double? Size { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="size")>]
member this.Size : Nullable<double> with get, set
Public Property Size As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to