public sealed class RebalanceConfig : IMessage<RebalanceConfig>, IEquatable<RebalanceConfig>, IDeepCloneable<RebalanceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Managed Service for Apache Kafka API v1 API class RebalanceConfig.
Defines rebalancing behavior of a Kafka cluster.
Implements
IMessageRebalanceConfig, IEquatableRebalanceConfig, IDeepCloneableRebalanceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.ManagedKafka.V1Assembly
Google.Cloud.ManagedKafka.V1.dll
Constructors
RebalanceConfig()
public RebalanceConfig()
RebalanceConfig(RebalanceConfig)
public RebalanceConfig(RebalanceConfig other)
Parameter | |
---|---|
Name | Description |
other |
RebalanceConfig |
Properties
Mode
public RebalanceConfig.Types.Mode Mode { get; set; }
Optional. The rebalance behavior for the cluster.
When not specified, defaults to NO_REBALANCE
.
Property Value | |
---|---|
Type | Description |
RebalanceConfigTypesMode |