The timeline of the cluster step lifecycle.

C# |
public class StepTimeline

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | StepTimeline()()()() | Initializes a new instance of the StepTimeline class |
![]() | CreationDateTime |
Gets and sets the property CreationDateTime.
The date and time when the cluster step was created. |
![]() | EndDateTime |
Gets and sets the property EndDateTime.
The date and time when the cluster step execution completed or failed. |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | StartDateTime |
Gets and sets the property StartDateTime.
The date and time when the cluster step execution started. |
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithCreationDateTime(DateTime) | Obsolete.
Sets the CreationDateTime property
|
![]() | WithEndDateTime(DateTime) | Obsolete.
Sets the EndDateTime property
|
![]() | WithStartDateTime(DateTime) | Obsolete.
Sets the StartDateTime property
|

Object | |
![]() | StepTimeline |