RosTableProps
Properties for defining a RosTable
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-maxcompute-table
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkmaxcompute"
&alicloudroscdkmaxcompute.RosTableProps {
Name: interface{},
Project: interface{},
Comment: interface{},
IfNotExists: interface{},
Lifecycle: interface{},
Schema: interface{},
StringSchema: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Name |
interface{} |
No description. |
Project |
interface{} |
No description. |
Comment |
interface{} |
No description. |
IfNotExists |
interface{} |
No description. |
Lifecycle |
interface{} |
No description. |
Schema |
interface{} |
No description. |
StringSchema |
interface{} |
No description. |
Name
Required
Name interface{}
- Type: interface{}
Project
Required
Project interface{}
- Type: interface{}
Comment
Optional
Comment interface{}
- Type: interface{}
IfNotExists
Optional
IfNotExists interface{}
- Type: interface{}
Lifecycle
Optional
Lifecycle interface{}
- Type: interface{}
Schema
Optional
Schema interface{}
- Type: interface{}
StringSchema
Optional
StringSchema interface{}
- Type: interface{}