次の方法で共有


EventGridDataConnection.IgnoreFirstRecord プロパティ

定義

true に設定されている場合、インジェストですべてのファイルの最初のレコードを無視する必要があることを示すブール値を取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象