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