RosTableProps
Properties for defining a RosTable.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-table
Initializer
using AlibabaCloud.SDK.ROS.CDK.Maxcompute;
new RosTableProps {
object Name,
object Project,
object Comment = null,
object IfNotExists = null,
object Lifecycle = null,
object Schema = null,
object StringSchema = null
};
Properties
| Name | Type | Description |
|---|---|---|
Name |
object |
No description. |
Project |
object |
No description. |
Comment |
object |
No description. |
IfNotExists |
object |
No description. |
Lifecycle |
object |
No description. |
Schema |
object |
No description. |
StringSchema |
object |
No description. |
NameRequired
public object Name { get; set; }
- Type: object
ProjectRequired
public object Project { get; set; }
- Type: object
CommentOptional
public object Comment { get; set; }
- Type: object
IfNotExistsOptional
public object IfNotExists { get; set; }
- Type: object
LifecycleOptional
public object Lifecycle { get; set; }
- Type: object
SchemaOptional
public object Schema { get; set; }
- Type: object
StringSchemaOptional
public object StringSchema { get; set; }
- Type: object