Get Topic Result
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)
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
Input Config Specification of the topic
Link copied to clipboard
Metadata of the record
Link copied to clipboard
Partition Specification of the topic
Link copied to clipboard
Partition count of the topic
Link copied to clipboard
Partition Reassignment Specification of the topic
Link copied to clipboard
Replication factor of the topic