TopicRuntimeProperties interface

Represents runtime info attributes of a topic entity

Properties

accessedAt

Accessed at timestamp

createdAt

Created at timestamp

modifiedAt

Updated at timestamp

name

Name of the topic

scheduledMessageCount

The number of scheduled messages.

sizeInBytes

Specifies the topic size in bytes.

subscriptionCount

The subscription count on given topic.

Property Details

accessedAt

Accessed at timestamp

accessedAt: Date

Property Value

Date

createdAt

Created at timestamp

createdAt: Date

Property Value

Date

modifiedAt

Updated at timestamp

modifiedAt: Date

Property Value

Date

name

Name of the topic

name: string

Property Value

string

scheduledMessageCount

The number of scheduled messages.

scheduledMessageCount: number

Property Value

number

sizeInBytes

Specifies the topic size in bytes.

sizeInBytes?: number

Property Value

number

subscriptionCount

The subscription count on given topic.

subscriptionCount?: number

Property Value

number