TairConfigProperty
Initializer
using AlibabaCloud.SDK.ROS.CDK.Redis;
new TairConfigProperty {
object ShardCount = null,
object Storage = null,
object StorageType = null
};
Properties
| Name | Type | Description |
|---|---|---|
ShardCount |
object |
No description. |
Storage |
object |
No description. |
StorageType |
object |
No description. |
ShardCountOptional
public object ShardCount { get; set; }
- Type: object
StorageOptional
public object Storage { get; set; }
- Type: object
StorageTypeOptional
public object StorageType { get; set; }
- Type: object