Share via


IntegrationRuntimeNodeMonitoringData.AvailableMemoryInMB Property

Definition

Gets available memory (MB) on the integration runtime node.

[Newtonsoft.Json.JsonProperty(PropertyName="availableMemoryInMB")]
public int? AvailableMemoryInMB { get; }
[<Newtonsoft.Json.JsonProperty(PropertyName="availableMemoryInMB")>]
member this.AvailableMemoryInMB : Nullable<int>
Public ReadOnly Property AvailableMemoryInMB As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to