Skip to content

RosTableProps

Properties for defining a RosTable.

See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-table

Initializer

import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.RosTableProps {
    InstanceName: interface{},
    PrimaryKey: interface{},
    TableName: interface{},
    Columns: interface{},
    DeviationCellVersionInSec: interface{},
    MaxVersions: interface{},
    ReservedThroughput: interface{},
    SecondaryIndices: interface{},
    TimeToLive: interface{},
}

Properties

Name Type Description
InstanceName interface{} No description.
PrimaryKey interface{} No description.
TableName interface{} No description.
Columns interface{} No description.
DeviationCellVersionInSec interface{} No description.
MaxVersions interface{} No description.
ReservedThroughput interface{} No description.
SecondaryIndices interface{} No description.
TimeToLive interface{} No description.

InstanceNameRequired

InstanceName interface{}
  • Type: interface{}

PrimaryKeyRequired

PrimaryKey interface{}
  • Type: interface{}

TableNameRequired

TableName interface{}
  • Type: interface{}

ColumnsOptional

Columns interface{}
  • Type: interface{}

DeviationCellVersionInSecOptional

DeviationCellVersionInSec interface{}
  • Type: interface{}

MaxVersionsOptional

MaxVersions interface{}
  • Type: interface{}

ReservedThroughputOptional

ReservedThroughput interface{}
  • Type: interface{}

SecondaryIndicesOptional

SecondaryIndices interface{}
  • Type: interface{}

TimeToLiveOptional

TimeToLive interface{}
  • Type: interface{}