Skip to content

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.

CharacterSetNameRequired

public object CharacterSetName { get; set; }
  • Type: object

DbClusterIdRequired

public object DbClusterId { get; set; }
  • Type: object

DbNameRequired

public object DbName { get; set; }
  • Type: object

AccountNameOptional

public object AccountName { get; set; }
  • Type: object

AccountPrivilegeOptional

public object AccountPrivilege { get; set; }
  • Type: object

CollateOptional

public object Collate { get; set; }
  • Type: object

CtypeOptional

public object Ctype { get; set; }
  • Type: object

DbDescriptionOptional

public object DbDescription { get; set; }
  • Type: object