Share via


StreamingJob.OutputErrorPolicy Property

Definition

Gets or sets indicates the policy to apply to events that arrive at the output and cannot be written to the external storage due to being malformed (missing column values, column values of wrong type or size). Possible values include: 'Stop', 'Drop'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.outputErrorPolicy")]
public string OutputErrorPolicy { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.outputErrorPolicy")>]
member this.OutputErrorPolicy : string with get, set
Public Property OutputErrorPolicy As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to