OnenoteOperation

OnenoteOperation class

The status of certain long-running OneNote operations.

Constructors

NameDescription
OnenoteOperation

Methods

NameDescription
get_CreatedDateTimeThe start time of the operation.
get_ErrorThe error returned by the operation.
get_IdThe operation id. Read-only.
get_IsCreatedDateTimeSpecifiedIndicates whether CreatedDateTime property is specified.
get_IsLastActionDateTimeSpecifiedIndicates whether LastActionDateTime property is specified.
get_LastActionDateTimeThe time of the last action of the operation.
get_PercentCompleteThe operation percent complete if the operation is still in running status
get_ResourceIdThe resource id.
get_ResourceLocationThe resource URI for the object. For example, the resource URI for a copied page or section.
get_StatusThe current status of the operation: notstarted, running, completed, failed
set_CreatedDateTimeThe start time of the operation.
set_ErrorThe error returned by the operation.
set_IdThe operation id. Read-only.
set_IsCreatedDateTimeSpecifiedIndicates whether CreatedDateTime property is specified.
set_IsLastActionDateTimeSpecifiedIndicates whether LastActionDateTime property is specified.
set_LastActionDateTimeThe time of the last action of the operation.
set_PercentCompleteThe operation percent complete if the operation is still in running status
set_ResourceIdThe resource id.
set_ResourceLocationThe resource URI for the object. For example, the resource URI for a copied page or section.
set_StatusThe current status of the operation: notstarted, running, completed, failed
Aspose::Email::Clients::Graph::V1::Commands::GetStatusCommand