Skip to content

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.

NameRequired

Name interface{}
  • Type: interface{}

ProjectRequired

Project interface{}
  • Type: interface{}

CommentOptional

Comment interface{}
  • Type: interface{}

IfNotExistsOptional

IfNotExists interface{}
  • Type: interface{}

LifecycleOptional

Lifecycle interface{}
  • Type: interface{}

SchemaOptional

Schema interface{}
  • Type: interface{}

StringSchemaOptional

StringSchema interface{}
  • Type: interface{}