Name | Type | Multiplicity | Description |
---|---|---|---|
delta |
property ObjectDeltaType |
[0,1] | Operation delta. |
requestTimestamp |
property dateTime |
[0,1] | The timestamp of operation request. |
completionTimestamp |
property dateTime |
[0,1] | The timestamp of operation completion. |
resultStatus |
property OperationResultStatusType |
[0,1] | Operation 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 and when it 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:8
Multiplicity: [0,1]
Operation status. 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.