OperationOutput interface
An operation on a resource.
Properties
| created |
Time when operation has started. |
| errors | Any errors associate with the operation. |
| expiration |
Time when operation will expire. |
| geo |
Applicable only for stamp operation ids. Value may contain a UUID |
| id | Operation ID. |
| modified |
Time when operation has been updated. |
| name | Operation name. |
| status | The current status of the operation. |
Property Details
createdTime
Time when operation has started.
createdTime?: string
Property Value
string
errors
Any errors associate with the operation.
errors?: ErrorEntityOutput[]
Property Value
expirationTime
Time when operation will expire.
expirationTime?: string
Property Value
string
geoMasterOperationId
Applicable only for stamp operation ids.
Value may contain a UUID
geoMasterOperationId?: string
Property Value
string
id
Operation ID.
id?: string
Property Value
string
modifiedTime
Time when operation has been updated.
modifiedTime?: string
Property Value
string
name
Operation name.
name?: string
Property Value
string
status
The current status of the operation.
status?: "Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created"
Property Value
"Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created"