Skip to content

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.

ConsumerGroupIdRequired

public object ConsumerGroupId { get; set; }
  • Type: object

InstanceIdRequired

public object InstanceId { get; set; }
  • Type: object

RefreshOptionsOptional

public object RefreshOptions { get; set; }
  • Type: object