Class QueueRuntimeInfo
- Namespace
- Microsoft.Azure.ServiceBus.Management
- Assembly
- Microsoft.Azure.ServiceBus.dll
This provides runtime information of the queue.
public class QueueRuntimeInfo
- Inheritance
-
QueueRuntimeInfo
- Inherited Members
Properties
AccessedAt
The DateTime when the entity was last accessed.
public DateTime AccessedAt { get; }
Property Value
CreatedAt
The DateTime when the entity was created.
public DateTime CreatedAt { get; }
Property Value
MessageCount
The total number of messages in the queue.
public long MessageCount { get; }
Property Value
MessageCountDetails
Message count details of the sub-queues of the entity.
public MessageCountDetails MessageCountDetails { get; }
Property Value
Path
The path of the queue.
public string Path { get; }
Property Value
SizeInBytes
Current size of the entity in bytes.
public long SizeInBytes { get; }
Property Value
UpdatedAt
The DateTime when the entity description was last updated.
public DateTime UpdatedAt { get; }