Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetQueueRuntimeInfoResponse

Package version

Represents result of create, get, update and delete operations on queue.

Hierarchy

Index

Properties

_response

_response: HttpOperationResponse

The underlying HTTP response.

Optional accessedOn

accessedOn: undefined | string

Accessed at timestamp

Optional createdOn

createdOn: undefined | string

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.

Optional updatedOn

updatedOn: undefined | string

Updated at timestamp

Generated using TypeDoc