ContinuationSettingsReference Class
- java.
lang. Object - com.
azure. analytics. synapse. artifacts. models. ContinuationSettingsReference
- com.
Implements
public final class ContinuationSettingsReference
implements JsonSerializable<ContinuationSettingsReference>
Continuation settings for execute data flow activity.
Constructor Summary
| Constructor | Description |
|---|---|
| ContinuationSettingsReference() |
Creates an instance of Continuation |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
static
Continuation |
fromJson(JsonReader jsonReader)
Reads an instance of Continuation |
| Object |
getContinuationTtlInMinutes()
Get the continuation |
| Object |
getCustomizedCheckpointKey()
Get the customized |
| Object |
getIdleCondition()
Get the idle |
|
Continuation |
setContinuationTtlInMinutes(Object continuationTtlInMinutes)
Set the continuation |
|
Continuation |
setCustomizedCheckpointKey(Object customizedCheckpointKey)
Set the customized |
|
Continuation |
setIdleCondition(Object idleCondition)
Set the idle |
|
Json |
toJson(JsonWriter jsonWriter) |
Methods inherited from java.lang.Object
Constructor Details
ContinuationSettingsReference
public ContinuationSettingsReference()
Creates an instance of ContinuationSettingsReference class.
Method Details
fromJson
public static ContinuationSettingsReference fromJson(JsonReader jsonReader)
Reads an instance of ContinuationSettingsReference from the JsonReader.
Parameters:
Returns:
Throws:
getContinuationTtlInMinutes
public Object getContinuationTtlInMinutes()
Get the continuationTtlInMinutes property: Continuation TTL in minutes.
Returns:
getCustomizedCheckpointKey
public Object getCustomizedCheckpointKey()
Get the customizedCheckpointKey property: Customized checkpoint key.
Returns:
getIdleCondition
public Object getIdleCondition()
Get the idleCondition property: Idle condition.
Returns:
setContinuationTtlInMinutes
public ContinuationSettingsReference setContinuationTtlInMinutes(Object continuationTtlInMinutes)
Set the continuationTtlInMinutes property: Continuation TTL in minutes.
Parameters:
Returns:
setCustomizedCheckpointKey
public ContinuationSettingsReference setCustomizedCheckpointKey(Object customizedCheckpointKey)
Set the customizedCheckpointKey property: Customized checkpoint key.
Parameters:
Returns:
setIdleCondition
public ContinuationSettingsReference setIdleCondition(Object idleCondition)
Set the idleCondition property: Idle condition.
Parameters:
Returns: