Optional. Configurations for the topic that are overridden from the cluster
defaults. The key of the map is a Kafka topic property name, for example:
cleanup.policy, compression.type.
Identifier. The name of the topic. The topic segment is used when
connecting directly to the cluster. Structured like:
projects/{project}/locations/{location}/clusters/{cluster}/topics/{topic}
Required. The number of partitions this topic has. The partition count can
only be increased, not decreased. Please note that if partitions are
increased for a topic that has a key, the partitioning logic or the
ordering of the messages will be affected.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThis document provides reference documentation for the \u003ccode\u003eTopic\u003c/code\u003e class within the Google Cloud Managed Service for Apache Kafka API v1, specifically for the .NET environment.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTopic\u003c/code\u003e class represents a Kafka topic within a cluster and inherits from the \u003ccode\u003eobject\u003c/code\u003e class, while implementing interfaces such as \u003ccode\u003eIMessage\u003c/code\u003e, \u003ccode\u003eIEquatable\u003c/code\u003e, \u003ccode\u003eIDeepCloneable\u003c/code\u003e, and \u003ccode\u003eIBufferMessage\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eKey properties of the \u003ccode\u003eTopic\u003c/code\u003e class include \u003ccode\u003eConfigs\u003c/code\u003e (topic configurations), \u003ccode\u003eName\u003c/code\u003e (topic identifier), \u003ccode\u003ePartitionCount\u003c/code\u003e (number of partitions), and \u003ccode\u003eReplicationFactor\u003c/code\u003e (number of replicas per partition).\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTopic\u003c/code\u003e class has two constructors, a default constructor \u003ccode\u003eTopic()\u003c/code\u003e, and another constructor \u003ccode\u003eTopic(Topic other)\u003c/code\u003e which takes a Topic object as an argument.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eTopicName\u003c/code\u003e property provides a typed view over the \u003ccode\u003eName\u003c/code\u003e property, offering a structured representation of the resource name.\u003c/p\u003e\n"]]],[],null,[]]