workbookOperation resource type
Represents the status of a long-running workbook operation.
Methods
Method | Return Type | Description |
---|---|---|
Get | workbookOperation | Get a workbookOperation object. |
Properties
Property | Type | Description |
---|---|---|
error | workbookOperationError | The error returned by the operation. |
id | String | The identifier for the operation. Read-only. |
resourceLocation | String | The resource URI for the result. |
status | String | The current status of the operation. Possible values are: NotStarted , Running , Completed , Failed . |
statusCode | integer | Status code of the operation. |
Relationships
None
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.workbookOperation",
"error": {
"@odata.type": "microsoft.graph.workbookOperationError"
},
"id": "String (identifier)",
"resourceLocation": "String",
"status": "String",
"statusCode": "Integer"
}