Skip to content

Latest commit

 

History

History
71 lines (57 loc) · 1.84 KB

File metadata and controls

71 lines (57 loc) · 1.84 KB
title workbookOperation resource type
description Represents the status of a long-running workbook operation.
ms.localizationpriority medium
author grangeryy
ms.subservice excel
doc_type resourcePageType
toc.title Operation
ms.date 07/30/2024

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. The 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"
}