Conversion task

C# |
public class ConversionTaskType

All Members | Constructors | Methods | Properties | ||
Icon | Member | Description |
---|---|---|
![]() | ConversionTaskType()()()() | Initializes a new instance of the ConversionTaskType class |
![]() | ConversionTaskId |
ID of the conversion task.
|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | ExpirationTime |
The time when the task expires.
If the upload isn't complete before the expiration time, the task is automatically canceled.
|
![]() | GetHashCode()()()() | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() | GetType()()()() | Gets the type of the current instance. (Inherited from Object.) |
![]() | ImportInstanceRequest |
If the task is for importing an instance, this contains information about the import instance task.
|
![]() | ImportVolumeRequest |
If the task is for importing a volume, this contains information about the import volume task.
|
![]() | IsSetConversionTaskId()()()() |
Checks if ConversionTaskId property is set
|
![]() | IsSetExpirationTime()()()() |
Checks if ExpirationTime property is set
|
![]() | IsSetImportInstanceRequest()()()() |
Checks if ImportInstanceRequest property is set
|
![]() | IsSetImportVolumeRequest()()()() |
Checks if ImportVolumeRequest property is set
|
![]() | IsSetState()()()() |
Checks if State property is set
|
![]() | IsSetStatusMessage()()()() |
Checks if StatusMessage property is set
|
![]() | State |
The state of the conversion task.
|
![]() | StatusMessage |
Status message related to the conversion task.
|
![]() | ToString()()()() | Returns a string that represents the current object. (Inherited from Object.) |
![]() | WithConversionTaskId(String) | Obsolete.
Sets the ID of the conversion task.
|
![]() | WithExpirationTime(String) | Obsolete.
Sets the time when the task expires.
|
![]() | WithImportInstanceRequest(ImportInstanceTaskDetailsType) | Obsolete.
Sets the import instance task information.
|
![]() | WithImportVolumeRequest(ImportVolumeTaskDetailsType) | Obsolete.
Sets the import volume task information.
|
![]() | WithState(String) | Obsolete.
Sets the state of the conversion task.
Valid values: active | cancelling | cancelled | completed
|
![]() | WithStatusMessage(String) | Obsolete.
Sets the status message related to the conversion task.
|

Object | |
![]() | ConversionTaskType |