QueueRuntimeInfo Class

Definition

This provides runtime information of the queue.

public class QueueRuntimeInfo
type QueueRuntimeInfo = class
Public Class QueueRuntimeInfo
Inheritance
QueueRuntimeInfo

Properties

AccessedAt

The DateTime when the entity was last accessed.

CreatedAt

The DateTime when the entity was created.

MessageCount

The total number of messages in the queue.

MessageCountDetails

Message count details of the sub-queues of the entity.

Path

The path of the queue.

SizeInBytes

Current size of the entity in bytes.

UpdatedAt

The DateTime when the entity description was last updated.

Applies to