| Name | Type | Multiplicity | Description | 
|---|---|---|---|
| delta | 
                        property ObjectDeltaType  | 
                    [0,1] | Operation delta. | 
| requestTimestamp | 
                            property dateTime  | 
                        [0,1] | The timestamp of operation request. | 
| operationStartTimestamp | 
                        property dateTime  | 
                    [0,1] | The timestamp of operation start. | 
| completionTimestamp | 
                            property dateTime  | 
                        [0,1] | The timestamp of operation completion. | 
| executionStatus | 
                        property PendingOperationExecutionStatusType  | 
                    [0,1] | Execution status. | 
| resultStatus | 
                            property OperationResultStatusType  | 
                        [0,1] | Operation result status. | 
| asynchronousOperationReference | 
                        property string  | 
                    [0,1] | Reference to an asynchronous operation that can be used to refresh the status of the running operation. | 
Flags: RAM,runtime
Multiplicity: [0,1]
Flags: RAM,runtime
Multiplicity: [0,1]
    						The timestamp of operation request. The point in time when the operation was
    						recoded. It is set once and should never be changed.
    					
Flags: RAM,runtime
Multiplicity: [0,1]
    						The timestamp of operation start. The point in time when the operation was
    						initiated for the first time. It is set once and should never be changed.
    					
Flags: RAM,runtime
Multiplicity: [0,1]
    						The timestamp of operation completion. The point in time when the operation was
    						successful or when it has failed for the last time. No attempts to re-try the
    						operation were done after this timestamp.
    					
Flags: RAM,runtime,AVals:4
Multiplicity: [0,1]
    						Execution status. This property indicates in which execution stage
    						the operation is, e.g. whether it is requeste, being executed, completed,
    						and so on.
    					
Flags: RAM,runtime,AVals:8
Multiplicity: [0,1]
    						Operation result status. This property specifies result of operation execution.
    						If execution status is present and set to anything else than "completed" then
    						resultStatus may be empty.
    					   
    						Legacy meaning: If no execution status is present then resultStatus
    						defines the execution status (this is pre-3.7.1 behavior). 
    						If set to in_progress then the operation is
    						still executing. If not present at all then the operation was
    						not yet tried.
    					
Flags: RAM,runtime
Multiplicity: [0,1]
    						Reference to an asynchronous operation that can be used to refresh
							the status of the running operation.