OutputStartMode Class
- java.
lang. Object - com.
microsoft. azure. management. streamanalytics. OutputStartMode
- com.
public class OutputStartMode
Defines values for OutputStartMode.
Modifier and Type | Field and Description |
---|---|
final Output |
CUSTOM_TIME
Static value CustomTime for OutputStartMode. |
final Output |
JOB_START_TIME
Static value JobStartTime for OutputStartMode. |
final Output |
LAST_OUTPUT_EVENT_TIME
Static value LastOutputEventTime for OutputStartMode. |
Constructor | Description |
---|---|
Output |
Creates a custom value for OutputStartMode. |
Modifier and Type | Method and Description |
---|---|
boolean | equals(Object obj) |
int |
hash |
String |
to |
CUSTOM_TIME
public static final OutputStartMode CUSTOM_TIME= new OutputStartMode("CustomTime")
Static value CustomTime for OutputStartMode.
JOB_START_TIME
public static final OutputStartMode JOB_START_TIME= new OutputStartMode("JobStartTime")
Static value JobStartTime for OutputStartMode.
LAST_OUTPUT_EVENT_TIME
public static final OutputStartMode LAST_OUTPUT_EVENT_TIME= new OutputStartMode("LastOutputEventTime")
Static value LastOutputEventTime for OutputStartMode.
OutputStartMode
public OutputStartMode(String value)
Creates a custom value for OutputStartMode.
Parameters:
equals
public boolean equals(Object obj)
Parameters:
hashCode
public int hashCode()
toString
public String toString()
Azure SDK for Java-feedback
Azure SDK for Java is een open source project. Selecteer een koppeling om feedback te geven: