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. |
ConnectionStringPrefixRequired
public object ConnectionStringPrefix { get; set; }
- Type: object
ConnectionTypeRequired
public object ConnectionType { get; set; }
- Type: object
InstanceIdRequired
public object InstanceId { get; set; }
- Type: object
PortRequired
public object Port { get; set; }
- Type: object