Share via


ClusterNode.MemoryInGiB Property

Definition

Gets total available memory on the cluster node (in GiB).

[Newtonsoft.Json.JsonProperty(PropertyName="memoryInGiB")]
public double? MemoryInGiB { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="memoryInGiB")>]
member this.MemoryInGiB : Nullable<double>
Public ReadOnly Property MemoryInGiB As Nullable(Of Double)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to