Share via


RetentionPolicyParameters.Days Property

Definition

Gets or sets number of days to retain flow log records.

[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