AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Container for the parameters to the GetDurableExecutionState operation. Retrieves the current execution state required for the replay process during durable function execution. This API is used by the Lambda durable functions SDK to get state information needed for replay. You typically don't need to call this API directly as the SDK handles state management automatically.
The response contains operations ordered by start sequence number in ascending order. Completed operations with children don't include child operation details since they don't need to be replayed.
Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z
public class GetDurableExecutionStateRequest : AmazonLambdaRequest IAmazonWebServiceRequest
The GetDurableExecutionStateRequest type exposes the following members
| Name | Description | |
|---|---|---|
|
GetDurableExecutionStateRequest() |
| Name | Type | Description | |
|---|---|---|---|
|
CheckpointToken | System.String |
Gets and sets the property CheckpointToken. A checkpoint token that identifies the current state of the execution. This token is provided by the Lambda runtime and ensures that state retrieval is consistent with the current execution context. |
|
DurableExecutionArn | System.String |
Gets and sets the property DurableExecutionArn. The Amazon Resource Name (ARN) of the durable execution. |
|
Marker | System.String |
Gets and sets the property Marker.
If |
|
MaxItems | System.Int32 |
Gets and sets the property MaxItems.
The maximum number of operations to return per call. You can use |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5