TriggerDataMoveRequest.PauseGC Property

Definition

Gets or sets pause GC

[Newtonsoft.Json.JsonProperty(PropertyName="pauseGC")]
public bool? PauseGC { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="pauseGC")>]
member this.PauseGC : Nullable<bool> with get, set
Public Property PauseGC As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to