OutputStartMode Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. streamanalytics. models. OutputStartMode
- com.
- com.
public final class OutputStartMode
extends ExpandableStringEnum<OutputStartMode>
Value may be JobStartTime, CustomTime, or LastOutputEventTime to indicate whether the starting point of the output event stream should start whenever the job is started, start at a custom user time stamp specified via the outputStartTime property, or start from the last event output time.
Field Summary
| Modifier and Type | Field and Description |
|---|---|
|
static final
Output |
CUSTOM_TIME
Static value Custom |
|
static final
Output |
JOB_START_TIME
Static value Job |
|
static final
Output |
LAST_OUTPUT_EVENT_TIME
Static value Last |
Constructor Summary
| Constructor | Description |
|---|---|
| OutputStartMode() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Output |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Output |
fromString(String name)
Creates or finds a Output |
|
static
Collection<Output |
values()
Gets known Output |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
CUSTOM_TIME
public static final OutputStartMode CUSTOM_TIME
Static value CustomTime for OutputStartMode.
JOB_START_TIME
public static final OutputStartMode JOB_START_TIME
Static value JobStartTime for OutputStartMode.
LAST_OUTPUT_EVENT_TIME
public static final OutputStartMode LAST_OUTPUT_EVENT_TIME
Static value LastOutputEventTime for OutputStartMode.
Constructor Details
OutputStartMode
@Deprecated
public OutputStartMode()
Deprecated
Creates a new instance of OutputStartMode value.
Method Details
fromString
public static OutputStartMode fromString(String name)
Creates or finds a OutputStartMode from its string representation.
Parameters:
Returns:
values
public static Collection<OutputStartMode> values()
Gets known OutputStartMode values.
Returns: