StampCapacity.TotalCapacity Property

Definition

Gets or sets total capacity (# of machines, bytes of storage etc...).

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to