ContainerCpuUsage.TotalUsage Property

Definition

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to