Skip to content

ProductInfoProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rocketmq5;
new ProductInfoProperty {
    object MsgProcessSpec,
    object AutoScaling = null,
    object MessageRetentionTime = null,
    object SendReceiveRatio = null
};

Properties

Name Type Description
MsgProcessSpec object No description.
AutoScaling object No description.
MessageRetentionTime object No description.
SendReceiveRatio object No description.

MsgProcessSpecRequired

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

AutoScalingOptional

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

MessageRetentionTimeOptional

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

SendReceiveRatioOptional

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