Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface TopicRuntimeInfo

Package version

Represents runtime info attributes of a topic entity

Hierarchy

Index

Properties

accessedAt

accessedAt: Date

Accessed at timestamp

createdAt

createdAt: Date

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.

updatedAt

updatedAt: Date

Updated at timestamp

Generated using TypeDoc