RosConnectionProps
Properties for defining a RosConnection
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-redis-connection
Initializer
using AlibabaCloud.SDK.ROS.CDK.Redis;
new RosConnectionProps {
object ConnectionStringPrefix,
object ConnectionType,
object InstanceId,
object Port
};
Properties
Name | Type | Description |
---|---|---|
ConnectionStringPrefix |
object |
No description. |
ConnectionType |
object |
No description. |
InstanceId |
object |
No description. |
Port |
object |
No description. |
ConnectionStringPrefix
Required
public object ConnectionStringPrefix { get; set; }
- Type: object
ConnectionType
Required
public object ConnectionType { get; set; }
- Type: object
InstanceId
Required
public object InstanceId { get; set; }
- Type: object
Port
Required
public object Port { get; set; }
- Type: object