DirectConnectionProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Redis;
new DirectConnectionProperty {
object ConnectionPort,
object ConnectionString
};
Properties
| Name | Type | Description |
|---|---|---|
ConnectionPort |
object |
No description. |
ConnectionString |
object |
No description. |
ConnectionPortRequired
public object ConnectionPort { get; set; }
- Type: object
ConnectionStringRequired
public object ConnectionString { get; set; }
- Type: object