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. |
ConsumerId
Required
public object ConsumerId { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Remark
Optional
public object Remark { get; set; }
- Type: object
Tags
Optional
public TagsProperty[] Tags { get; set; }
- Type: TagsProperty[]