CloneOperationInformation interface

Detail About Clone Operation.

Properties

cloneStatistics

Clone Statistics

completionDate

If the operation is complete, the DateTime of completion. If operation is not complete, this is DateTime.MaxValue

creationDate

DateTime when the operation was started

destinationObject

Shallow reference of the destination

destinationPlan

Shallow reference of the destination

destinationProject

Shallow reference of the destination

message

If the operation has Failed, Message contains the reason for failure. Null otherwise.

opId

The ID of the operation

resultObjectType

The type of the object generated as a result of the Clone operation

sourceObject

Shallow reference of the source

sourcePlan

Shallow reference of the source

sourceProject

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

Clone Statistics

cloneStatistics: CloneStatistics

Property Value

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

Shallow reference of the source

sourceObject: ShallowReference

Property Value

sourcePlan

Shallow reference of the source

sourcePlan: ShallowReference

Property Value

sourceProject

Shallow reference of the source

sourceProject: ShallowReference

Property Value

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