ApplicationTypeVersionsCleanupPolicy.MaxUnusedVersionsToKeep Property

Definition

Gets or sets number of unused versions per application type to keep.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to