CloneOperationInformation interface
Detail About Clone Operation.
clone |
Clone Statistics |
completion |
If the operation is complete, the DateTime of completion. If operation is not complete, this is DateTime.MaxValue |
creation |
DateTime when the operation was started |
destination |
Shallow reference of the destination |
destination |
Shallow reference of the destination |
destination |
Shallow reference of the destination |
message | If the operation has Failed, Message contains the reason for failure. Null otherwise. |
op |
The ID of the operation |
result |
The type of the object generated as a result of the Clone operation |
source |
Shallow reference of the source |
source |
Shallow reference of the source |
source |
Shallow reference of the source |
state | Current state of the operation. When State reaches Succeeded or Failed, the operation is complete |
url | Url for getting the clone information |
If the operation is complete, the DateTime of completion. If operation is not complete, this is DateTime.MaxValue
completionDate: Date
Property Value
Date
DateTime when the operation was started
creationDate: Date
Property Value
Date
Shallow reference of the destination
destinationObject: ShallowReference
Property Value
Shallow reference of the destination
destinationPlan: ShallowReference
Property Value
Shallow reference of the destination
destinationProject: ShallowReference
Property Value
If the operation has Failed, Message contains the reason for failure. Null otherwise.
message: string
Property Value
string
The ID of the operation
opId: number
Property Value
number
The type of the object generated as a result of the Clone operation
resultObjectType: ResultObjectType
Property Value
Current state of the operation. When State reaches Succeeded or Failed, the operation is complete
state: CloneOperationState
Property Value
Url for getting the clone information
url: string
Property Value
string