ContinuationSettingsReference Class

  • java.lang.Object
    • com.azure.analytics.synapse.artifacts.models.ContinuationSettingsReference

Implements

public final class ContinuationSettingsReference
implements JsonSerializable<ContinuationSettingsReference>

Continuation settings for execute data flow activity.

Constructor Summary

Constructor Description
ContinuationSettingsReference()

Creates an instance of ContinuationSettingsReference class.

Method Summary

Modifier and Type Method and Description
static ContinuationSettingsReference fromJson(JsonReader jsonReader)

Reads an instance of ContinuationSettingsReference from the JsonReader.

Object getContinuationTtlInMinutes()

Get the continuationTtlInMinutes property: Continuation TTL in minutes.

Object getCustomizedCheckpointKey()

Get the customizedCheckpointKey property: Customized checkpoint key.

Object getIdleCondition()

Get the idleCondition property: Idle condition.

ContinuationSettingsReference setContinuationTtlInMinutes(Object continuationTtlInMinutes)

Set the continuationTtlInMinutes property: Continuation TTL in minutes.

ContinuationSettingsReference setCustomizedCheckpointKey(Object customizedCheckpointKey)

Set the customizedCheckpointKey property: Customized checkpoint key.

ContinuationSettingsReference setIdleCondition(Object idleCondition)

Set the idleCondition property: Idle condition.

JsonWriter 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:

jsonReader - The JsonReader being read.

Returns:

An instance of ContinuationSettingsReference if the JsonReader was pointing to an instance of it, or null if it was pointing to JSON null.

Throws:

IOException

- If an error occurs while reading the ContinuationSettingsReference.

getContinuationTtlInMinutes

public Object getContinuationTtlInMinutes()

Get the continuationTtlInMinutes property: Continuation TTL in minutes.

Returns:

the continuationTtlInMinutes value.

getCustomizedCheckpointKey

public Object getCustomizedCheckpointKey()

Get the customizedCheckpointKey property: Customized checkpoint key.

Returns:

the customizedCheckpointKey value.

getIdleCondition

public Object getIdleCondition()

Get the idleCondition property: Idle condition.

Returns:

the idleCondition value.

setContinuationTtlInMinutes

public ContinuationSettingsReference setContinuationTtlInMinutes(Object continuationTtlInMinutes)

Set the continuationTtlInMinutes property: Continuation TTL in minutes.

Parameters:

continuationTtlInMinutes - the continuationTtlInMinutes value to set.

Returns:

the ContinuationSettingsReference object itself.

setCustomizedCheckpointKey

public ContinuationSettingsReference setCustomizedCheckpointKey(Object customizedCheckpointKey)

Set the customizedCheckpointKey property: Customized checkpoint key.

Parameters:

customizedCheckpointKey - the customizedCheckpointKey value to set.

Returns:

the ContinuationSettingsReference object itself.

setIdleCondition

public ContinuationSettingsReference setIdleCondition(Object idleCondition)

Set the idleCondition property: Idle condition.

Parameters:

idleCondition - the idleCondition value to set.

Returns:

the ContinuationSettingsReference object itself.

toJson

public JsonWriter toJson(JsonWriter jsonWriter)

Parameters:

jsonWriter

Throws:

Applies to