RosConsumerGroupProps
Properties for defining a RosConsumerGroup.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-kafka-consumergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Kafka;
new RosConsumerGroupProps {
object ConsumerId,
object InstanceId,
object Remark = null,
TagsProperty[] Tags = null
};
Properties
| Name | Type | Description |
|---|---|---|
ConsumerId |
object |
No description. |
InstanceId |
object |
No description. |
Remark |
object |
No description. |
Tags |
TagsProperty[] |
No description. |
ConsumerIdRequired
public object ConsumerId { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
RemarkOptional
public object Remark { get; set; }
- Type: object
TagsOptional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]