AWS SDK Version 3 for .NET
API Reference

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.

Information about an operation within a durable execution.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.Operation

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class Operation

The Operation type exposes the following members

Constructors

NameDescription
Public Method Operation()

Properties

NameTypeDescription
Public Property CallbackDetails Amazon.Lambda.Model.CallbackDetails

Gets and sets the property CallbackDetails.

Public Property ChainedInvokeDetails Amazon.Lambda.Model.ChainedInvokeDetails

Gets and sets the property ChainedInvokeDetails.

Public Property ContextDetails Amazon.Lambda.Model.ContextDetails

Gets and sets the property ContextDetails.

Details about the context, if this operation represents a context.

Public Property EndTimestamp System.DateTime

Gets and sets the property EndTimestamp.

The date and time when the operation ended, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Public Property ExecutionDetails Amazon.Lambda.Model.ExecutionDetails

Gets and sets the property ExecutionDetails.

Details about the execution, if this operation represents an execution.

Public Property Id System.String

Gets and sets the property Id.

The unique identifier for this operation.

Public Property Name System.String

Gets and sets the property Name.

The customer-provided name for this operation.

Public Property ParentId System.String

Gets and sets the property ParentId.

The unique identifier of the parent operation, if this operation is running within a child context.

Public Property StartTimestamp System.DateTime

Gets and sets the property StartTimestamp.

The date and time when the operation started, in ISO-8601 format (YYYY-MM-DDThh:mm:ss.sTZD).

Public Property Status Amazon.Lambda.OperationStatus

Gets and sets the property Status.

The current status of the operation.

Public Property StepDetails Amazon.Lambda.Model.StepDetails

Gets and sets the property StepDetails.

Details about the step, if this operation represents a step.

Public Property SubType System.String

Gets and sets the property SubType.

The subtype of the operation, providing additional categorization.

Public Property Type Amazon.Lambda.OperationType

Gets and sets the property Type.

The type of operation.

Public Property WaitDetails Amazon.Lambda.Model.WaitDetails

Gets and sets the property WaitDetails.

Details about the wait operation, if this operation represents a wait.

Version Information

.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