Bagikan melalui


SkipErrorFile.DataInconsistency Property

Definition

Gets or sets skip if source/sink file changed by other concurrent write. Default is false. Type: boolean (or Expression with resultType boolean).

[Newtonsoft.Json.JsonProperty(PropertyName="dataInconsistency")]
public object DataInconsistency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="dataInconsistency")>]
member this.DataInconsistency : obj with get, set
Public Property DataInconsistency As Object

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to