OnenoteOperation
Contents
[
Hide
]OnenoteOperation class
The status of certain long-running OneNote operations.
Constructors
| Name | Description |
|---|---|
| OnenoteOperation |
Methods
| Name | Description |
|---|---|
| get_CreatedDateTime | The start time of the operation. |
| get_Error | The error returned by the operation. |
| get_Id | The operation id. Read-only. |
| get_IsCreatedDateTimeSpecified | Indicates whether CreatedDateTime property is specified. |
| get_IsLastActionDateTimeSpecified | Indicates whether LastActionDateTime property is specified. |
| get_LastActionDateTime | The time of the last action of the operation. |
| get_PercentComplete | The operation percent complete if the operation is still in running status |
| get_ResourceId | The resource id. |
| get_ResourceLocation | The resource URI for the object. For example, the resource URI for a copied page or section. |
| get_Status | The current status of the operation: notstarted, running, completed, failed |
| set_CreatedDateTime | The start time of the operation. |
| set_Error | The error returned by the operation. |
| set_Id | The operation id. Read-only. |
| set_IsCreatedDateTimeSpecified | Indicates whether CreatedDateTime property is specified. |
| set_IsLastActionDateTimeSpecified | Indicates whether LastActionDateTime property is specified. |
| set_LastActionDateTime | The time of the last action of the operation. |
| set_PercentComplete | The operation percent complete if the operation is still in running status |
| set_ResourceId | The resource id. |
| set_ResourceLocation | The resource URI for the object. For example, the resource URI for a copied page or section. |
| set_Status | The current status of the operation: notstarted, running, completed, failed |
| Aspose::Email::Clients::Graph::V1::Commands::GetStatusCommand |