Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicRuntimeProperties

Package version

Represents runtime info attributes of a topic entity

Hierarchy

  • TopicRuntimeProperties

Index

Properties

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