Bundle Task

C# |
public class BundleTask

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | BundleTask()()()() | Initializes a new instance of the BundleTask class |
![]() | BundleId |
The ID for this bundle task.
|
![]() | BundleState |
The state of the task.
Valid Values: pending | waiting-for-shutdown | bundling | storing | cancelling | complete | failed
|
![]() | BundleTaskError |
If the task fails, a description of the error.
|
![]() | 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.) |
![]() | InstanceId |
The ID of the instance associated with this bundle task.
|
![]() | IsSetBundleId()()()() |
Checks if BundleId property is set
|
![]() | IsSetBundleState()()()() |
Checks if BundleState property is set
|
![]() | IsSetBundleTaskError()()()() |
Checks if BundleTaskError property is set
|
![]() | IsSetInstanceId()()()() |
Checks if InstanceId property is set
|
![]() | IsSetProgress()()()() |
Checks if Progress property is set
|
![]() | IsSetStartTime()()()() |
Checks if StartTime property is set
|
![]() | IsSetStorage()()()() |
Checks if Storage property is set
|
![]() | IsSetUpdateTime()()()() |
Checks if UpdateTime property is set
|
![]() | Progress |
The level of task completion, as a percent (for example, 20%).
|
![]() | StartTime |
The time this task started.
|
![]() | Storage |
The Amazon S3 storage locations.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | UpdateTime |
The time of the most recent update for the task.
|
![]() | WithBundleId(String) | Obsolete.
Sets the ID for this bundle task.
|
![]() | WithBundleState(String) | Obsolete.
Sets the state of the task.
|
![]() | WithBundleTaskError(BundleTaskError) | Obsolete.
Sets the description of an error if the task fails
|
![]() | WithInstanceId(String) | Obsolete.
Sets the ID of the instance associated with this bundle task.
|
![]() | WithProgress(String) | Obsolete.
Sets the level of task completion, as a percent (for example, 20%).
|
![]() | WithStartTime(String) | Obsolete.
Sets the time this task started.
|
![]() | WithStorage(Storage) | Obsolete.
Sets the Amazon S3 storage locations.
|
![]() | WithUpdateTime(String) | Obsolete.
Sets the time of the most recent update for the task.
|

Object | |
![]() | BundleTask |