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. |
InstanceName
Required
InstanceName interface{}
- Type: interface{}
PrimaryKey
Required
PrimaryKey interface{}
- Type: interface{}
TableName
Required
TableName interface{}
- Type: interface{}
Columns
Optional
Columns interface{}
- Type: interface{}
DeviationCellVersionInSec
Optional
DeviationCellVersionInSec interface{}
- Type: interface{}
MaxVersions
Optional
MaxVersions interface{}
- Type: interface{}
ReservedThroughput
Optional
ReservedThroughput interface{}
- Type: interface{}
SecondaryIndices
Optional
SecondaryIndices interface{}
- Type: interface{}
TimeToLive
Optional
TimeToLive interface{}
- Type: interface{}