Skip to content

TableMetaProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Rds;
new TableMetaProperty {
    object Name = null,
    object NewName = null,
    object Tables = null,
    object Type = null
};

Properties

Name Type Description
Name object No description.
NewName object No description.
Tables object No description.
Type object No description.

NameOptional

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

NewNameOptional

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

TablesOptional

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

TypeOptional

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