你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OutputErrorPolicy Class

  • java.lang.Object
    • com.microsoft.azure.management.streamanalytics.OutputErrorPolicy

public class OutputErrorPolicy

Defines values for OutputErrorPolicy.

Field Summary

Modifier and Type Field and Description
final OutputErrorPolicy DROP

Static value Drop for OutputErrorPolicy.

final OutputErrorPolicy STOP

Static value Stop for OutputErrorPolicy.

Constructor Summary

Constructor Description
OutputErrorPolicy(String value)

Creates a custom value for OutputErrorPolicy.

Method Summary

Modifier and Type Method and Description
boolean equals(Object obj)
int hashCode()
String toString()

Field Details

DROP

public static final OutputErrorPolicy DROP= new OutputErrorPolicy("Drop")

Static value Drop for OutputErrorPolicy.

STOP

public static final OutputErrorPolicy STOP= new OutputErrorPolicy("Stop")

Static value Stop for OutputErrorPolicy.

Constructor Details

OutputErrorPolicy

public OutputErrorPolicy(String value)

Creates a custom value for OutputErrorPolicy.

Parameters:

value - the custom value

Method Details

equals

public boolean equals(Object obj)

Parameters:

obj

hashCode

public int hashCode()

toString

public String toString()

Applies to