Partager via


MongoDbThrottlingSettings.MinFreeMemoryMb Property

Definition

Gets or sets the number of megabytes of RAM that the migrator will try to avoid using

[Newtonsoft.Json.JsonProperty(PropertyName="minFreeMemoryMb")]
public int? MinFreeMemoryMb { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="minFreeMemoryMb")>]
member this.MinFreeMemoryMb : Nullable<int> with get, set
Public Property MinFreeMemoryMb As Nullable(Of Integer)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to