Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicRuntimeInfo

Package version

Represents runtime info attributes of a topic entity

Hierarchy

Index

Properties

Optional accessedOn

accessedOn: undefined | string

Accessed at timestamp

Optional createdOn

createdOn: undefined | string

Created at timestamp

name

name: string

Name of the topic

Optional sizeInBytes

sizeInBytes: undefined | number

Specifies the topic size in bytes.

Optional subscriptionCount

subscriptionCount: undefined | number

The subscription count on given topic.

Optional updatedOn

updatedOn: undefined | string

Updated at timestamp

Generated using TypeDoc