RosDatabaseProps
Properties for defining a RosDatabase
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-polardb-database
Initializer
using AlibabaCloud.SDK.ROS.CDK.Polardb;
new RosDatabaseProps {
object CharacterSetName,
object DbClusterId,
object DbName,
object AccountName = null,
object AccountPrivilege = null,
object Collate = null,
object Ctype = null,
object DbDescription = null
};
Properties
Name | Type | Description |
---|---|---|
CharacterSetName |
object |
No description. |
DbClusterId |
object |
No description. |
DbName |
object |
No description. |
AccountName |
object |
No description. |
AccountPrivilege |
object |
No description. |
Collate |
object |
No description. |
Ctype |
object |
No description. |
DbDescription |
object |
No description. |
CharacterSetName
Required
public object CharacterSetName { get; set; }
- Type: object
DbClusterId
Required
public object DbClusterId { get; set; }
- Type: object
DbName
Required
public object DbName { get; set; }
- Type: object
AccountName
Optional
public object AccountName { get; set; }
- Type: object
AccountPrivilege
Optional
public object AccountPrivilege { get; set; }
- Type: object
Collate
Optional
public object Collate { get; set; }
- Type: object
Ctype
Optional
public object Ctype { get; set; }
- Type: object
DbDescription
Optional
public object DbDescription { get; set; }
- Type: object