Share via


RetentionPolicy.Days Property

Definition

Gets or sets the number of days to retain an untagged manifest after which it gets purged.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to