Skip to content

ConsumerGroupProps

Properties for defining a ConsumerGroup.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-dts-consumergroup

Initializer

using AlibabaCloud.SDK.ROS.CDK.Dts;
new ConsumerGroupProps {
    object ConsumerGroupName,
    object ConsumerGroupPassword,
    object ConsumerGroupUserName,
    object SubscriptionInstanceId
};

Properties

Name Type Description
ConsumerGroupName object Property consumerGroupName: Consumer group name.
ConsumerGroupPassword object Property consumerGroupPassword: Password of consumer group.
ConsumerGroupUserName object Property consumerGroupUserName: User name of consumer group.
SubscriptionInstanceId object Property subscriptionInstanceId: Subscription instance ID.

ConsumerGroupNameRequired

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

Property consumerGroupName: Consumer group name.


ConsumerGroupPasswordRequired

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

Property consumerGroupPassword: Password of consumer group.


ConsumerGroupUserNameRequired

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

Property consumerGroupUserName: User name of consumer group.


SubscriptionInstanceIdRequired

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

Property subscriptionInstanceId: Subscription instance ID.