Share via


PoolProperties.Size Property

Definition

Gets or sets provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiple of 1099511627776).

[Newtonsoft.Json.JsonProperty(PropertyName="size")]
public long Size { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="size")>]
member this.Size : int64 with get, set
Public Property Size As Long

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to