Skip to content

ConsumerGroupProps

Properties for defining a ConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-consumergroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Kafka;
new ConsumerGroupProps {
    object ConsumerId,
    object InstanceId,
    object Remark = null,
    TagsProperty[] Tags = null
};

Properties

Name Type Description
ConsumerId object Property consumerId: Group name.
InstanceId object Property instanceId: Kafka instance id.
Remark object Property remark: Remark description.
Tags TagsProperty[] Property tags: Tags to attach to instance.

ConsumerIdRequired

public object ConsumerId { get; set; }
  • Type: object

Property consumerId: Group name.

Value: Can only contain letters, numbers, dashes (-), underscores (_), and at least one English or number. The length is limited to 3 to 128 characters, and more than 128 characters will be automatically intercepted. Once the group name is created, it cannot be modified.


InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

Property instanceId: Kafka instance id.


RemarkOptional

public object Remark { get; set; }
  • Type: object

Property remark: Remark description.


TagsOptional

public TagsProperty[] Tags { get; set; }

Property tags: Tags to attach to instance.

Max support 20 tags to add during create instance. Each tag with two properties Key and Value, and Key is required.