GetTopicResult

data class GetTopicResult(val azureApiVersion: String, val configs: TopicsRelatedLinkResponse? = null, val id: String, val inputConfigs: List<TopicsInputConfigResponse>? = null, val kind: String? = null, val metadata: TopicMetadataEntityResponse? = null, val name: String, val partitions: TopicsRelatedLinkResponse? = null, val partitionsCount: String? = null, val partitionsReassignments: TopicsRelatedLinkResponse? = null, val replicationFactor: String? = null, val topicId: String? = null, val type: String)

Details of topic record

Constructors

Link copied to clipboard
constructor(azureApiVersion: String, configs: TopicsRelatedLinkResponse? = null, id: String, inputConfigs: List<TopicsInputConfigResponse>? = null, kind: String? = null, metadata: TopicMetadataEntityResponse? = null, name: String, partitions: TopicsRelatedLinkResponse? = null, partitionsCount: String? = null, partitionsReassignments: TopicsRelatedLinkResponse? = null, replicationFactor: String? = null, topicId: String? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Azure API version of the resource.

Link copied to clipboard

Config Specification of the topic

Link copied to clipboard
val id: String

The ARM Resource Id of the Topic

Link copied to clipboard

Input Config Specification of the topic

Link copied to clipboard
val kind: String? = null

Type of topic

Link copied to clipboard

Metadata of the record

Link copied to clipboard

Display name of the topic

Link copied to clipboard

Partition Specification of the topic

Link copied to clipboard
val partitionsCount: String? = null

Partition count of the topic

Link copied to clipboard

Partition Reassignment Specification of the topic

Link copied to clipboard

Replication factor of the topic

Link copied to clipboard
val topicId: String? = null

Topic Id returned by Confluent

Link copied to clipboard

The type of the resource.