Share via


EntityStatus Class

Definition

Information about the current status of an entity. Excludes potentially large data (such as the entity state, or the contents of the queue) so it can always be read with low latency.

public class EntityStatus
type EntityStatus = class
Public Class EntityStatus
Inheritance
EntityStatus

Constructors

EntityStatus()

Properties

CurrentOperation

The operation that is currently executing on this entity.

EntityExists

Whether this entity exists or not.

LockedBy

The instance id of the orchestration that currently holds the lock of this entity.

QueueSize

The size of the queue, i.e. the number of operations that are waiting for the current operation to complete.

Applies to