Share via


EntityCurrentOperationStatus Class

Definition

Information about the current status of an operation executing on an entity. Excludes potentially large data (such as the operation input) so it can be read with low latency.

public class EntityCurrentOperationStatus
type EntityCurrentOperationStatus = class
Public Class EntityCurrentOperationStatus
Inheritance
EntityCurrentOperationStatus

Constructors

EntityCurrentOperationStatus()

Properties

Id

The unique identifier for this operation.

Operation

The name of the operation.

ParentInstanceId

The parent instance that called this operation.

StartTime

The UTC time at which the entity started processing this operation.

Applies to