Share via


CapacityPoolPatch.Size Property

Definition

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

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Provisioned size of the pool (in bytes). Allowed values are in 1TiB chunks (value must be multiply of 4398046511104).

Applies to