AWS SDK Version 3 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

Container for the parameters to the UpdateBrokerCount operation. Updates the number of broker nodes in the cluster.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.Kafka.AmazonKafkaRequest
      Amazon.Kafka.Model.UpdateBrokerCountRequest

Namespace: Amazon.Kafka.Model
Assembly: AWSSDK.Kafka.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateBrokerCountRequest : AmazonKafkaRequest
         IAmazonWebServiceRequest

The UpdateBrokerCountRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateBrokerCountRequest()

Properties

NameTypeDescription
Public Property ClusterArn System.String

Gets and sets the property ClusterArn.

The Amazon Resource Name (ARN) that uniquely identifies the cluster.

Public Property CurrentVersion System.String

Gets and sets the property CurrentVersion.

The version of cluster to update from. A successful operation will then generate a new version.

Public Property TargetNumberOfBrokerNodes System.Int32

Gets and sets the property TargetNumberOfBrokerNodes.

The number of broker nodes that you want the cluster to have after this operation completes successfully.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5 and newer, 3.5