Share via


FlowLogFormatParameters.Version Property

Definition

Gets or sets the version (revision) of the flow log.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to