Skip to content

RosConsumerGroupsProps

Properties for defining a RosConsumerGroups.

See https://www.alibabacloud.com/help/ros/developer-reference/datasource-rocketmq5-consumergroups

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new RosConsumerGroupsProps {
    object InstanceId,
    object RefreshOptions = null
};

Properties

Name Type Description
InstanceId object No description.
RefreshOptions object No description.

InstanceIdRequired

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

RefreshOptionsOptional

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