EntityStatus Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Azure SDK for .NET