Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface QueueRuntimeInfoResponse

Package version

Represents runtime info of a queue.

Hierarchy

Index

Properties

_response

_response: HttpOperationResponse

The underlying HTTP response.

accessedAt

accessedAt: Date

Accessed at timestamp

createdAt

createdAt: Date

Created at timestamp

Optional messageCount

messageCount: undefined | number

The entity's message count.

Optional messageCountDetails

messageCountDetails: MessageCountDetails

Message count details

name

name: string

Name of the queue

Optional sizeInBytes

sizeInBytes: undefined | number

The entity's size in bytes.

updatedAt

updatedAt: Date

Updated at timestamp

Generated using TypeDoc