Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicRuntimePropertiesResponse

Package version

Represents runtime info of a topic.

Hierarchy

Index

Properties

_response

_response: HttpOperationResponse

The underlying HTTP response.

accessedAt

accessedAt: Date

Accessed at timestamp

createdAt

createdAt: Date

Created at timestamp

modifiedAt

modifiedAt: Date

Updated at timestamp

name

name: string

Name of the topic

scheduledMessageCount

scheduledMessageCount: number

The number of scheduled messages.

Optional sizeInBytes

sizeInBytes: undefined | number

Specifies the topic size in bytes.

Optional subscriptionCount

subscriptionCount: undefined | number

The subscription count on given topic.

Generated using TypeDoc