EventGridDataConnection.IgnoreFirstRecord Property

Definition

Gets or sets a Boolean value that, if set to true, indicates that ingestion should ignore the first record of every file

[Newtonsoft.Json.JsonProperty(PropertyName="properties.ignoreFirstRecord")]
public bool? IgnoreFirstRecord { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.ignoreFirstRecord")>]
member this.IgnoreFirstRecord : Nullable<bool> with get, set
Public Property IgnoreFirstRecord As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to