Share via


StreamingJobOutputErrorPolicy Struct

Definition

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

public readonly struct StreamingJobOutputErrorPolicy : IEquatable<Azure.ResourceManager.StreamAnalytics.Models.StreamingJobOutputErrorPolicy>
type StreamingJobOutputErrorPolicy = struct
Public Structure StreamingJobOutputErrorPolicy
Implements IEquatable(Of StreamingJobOutputErrorPolicy)
Inheritance
StreamingJobOutputErrorPolicy
Implements

Constructors

StreamingJobOutputErrorPolicy(String)

Initializes a new instance of StreamingJobOutputErrorPolicy.

Properties

Drop

Drop.

Stop

Stop.

Methods

Equals(StreamingJobOutputErrorPolicy)

Indicates whether the current object is equal to another object of the same type.

ToString()

Returns the fully qualified type name of this instance.

Operators

Equality(StreamingJobOutputErrorPolicy, StreamingJobOutputErrorPolicy)

Determines if two StreamingJobOutputErrorPolicy values are the same.

Implicit(String to StreamingJobOutputErrorPolicy)

Converts a string to a StreamingJobOutputErrorPolicy.

Inequality(StreamingJobOutputErrorPolicy, StreamingJobOutputErrorPolicy)

Determines if two StreamingJobOutputErrorPolicy values are not the same.

Applies to