ConsumerGroupProps
Properties for defining a ConsumerGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq5-consumergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new ConsumerGroupProps {
object ConsumeRetryPolicy,
object ConsumerGroupId,
object DeliveryOrderType,
object InstanceId,
object Remark = null
};
Properties
Name | Type | Description |
---|---|---|
ConsumeRetryPolicy |
object |
Property consumeRetryPolicy: The consumption retry policy of the consumer group to be created. |
ConsumerGroupId |
object |
Property consumerGroupId: The ID of the consumer group to be created. |
DeliveryOrderType |
object |
Property deliveryOrderType: Delivery sequence of the consumer group to be created. |
InstanceId |
object |
Property instanceId: The ID of the instance. |
Remark |
object |
Property remark: The remark of the consumer group to be created. |
ConsumeRetryPolicy
Required
public object ConsumeRetryPolicy { get; set; }
- Type: object
Property consumeRetryPolicy: The consumption retry policy of the consumer group to be created.
ConsumerGroupId
Required
public object ConsumerGroupId { get; set; }
- Type: object
Property consumerGroupId: The ID of the consumer group to be created.
Used to identify consumer groups, globally unique. The value description is as follows: Character limitation: supports letters a~z or A-Z, numbers 0-9, underscore (_), dash (-) and percent sign (%). Length limit: 1-60 characters.
DeliveryOrderType
Required
public object DeliveryOrderType { get; set; }
- Type: object
Property deliveryOrderType: Delivery sequence of the consumer group to be created.
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the instance.
Remark
Optional
public object Remark { get; set; }
- Type: object
Property remark: The remark of the consumer group to be created.