GroupProps
Properties for defining a Group
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-rocketmq-group
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq;
new GroupProps {
object GroupId,
object InstanceId,
object GroupType = null,
object Remark = null
};
Properties
Name | Type | Description |
---|---|---|
GroupId |
object |
Property groupId: The group ID of the consumption cluster. |
InstanceId |
object |
Property instanceId: The ID of the instance. |
GroupType |
object |
Property groupType: Group ID specify the creation of applicable agreements. |
Remark |
object |
Property remark: The remarks on the request. |
GroupId
Required
public object GroupId { get; set; }
- Type: object
Property groupId: The group ID of the consumption cluster.
When creating a group ID, pay attention to the following aspects: A group ID starts with"GID_" or "GID-", and contains letters, numbers, hyphens (-), and underscores (_). A group ID ranges from 7 to 64 bytes. Once a group ID is created, it cannot be edited anymore.
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Property instanceId: The ID of the instance.
GroupType
Optional
public object GroupType { get; set; }
- Type: object
Property groupType: Group ID specify the creation of applicable agreements.
Group ID TCP protocol and the HTTP protocol can not be shared, the need to create separately. Value as follows: tcp: Default, indicates Group ID is created only for the TCP protocol messaging. http: represents the Group ID was created only for the HTTP protocol messaging.
Remark
Optional
public object Remark { get; set; }
- Type: object
Property remark: The remarks on the request.