RosConsumerGroupProps
Properties for defining a RosConsumerGroup
.
See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq5-consumergroup
Initializer
using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new RosConsumerGroupProps {
object ConsumerGroupId,
object InstanceId,
object RefreshOptions = null
};
Properties
Name | Type | Description |
---|---|---|
ConsumerGroupId |
object |
No description. |
InstanceId |
object |
No description. |
RefreshOptions |
object |
No description. |
ConsumerGroupId
Required
public object ConsumerGroupId { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
RefreshOptions
Optional
public object RefreshOptions { get; set; }
- Type: object