Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface GetTopicRuntimeInfoResponse

Package version

Represents result of create, get, update and delete operations on topic.

Hierarchy

Index

Properties

_response

_response: HttpOperationResponse

The underlying HTTP response.

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