你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

Name Description
EntityStatus()

Properties

Name Description
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