SecondaryIndicesProperty
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.SecondaryIndicesProperty {
Columns: interface{},
IndexName: interface{},
PrimaryKeys: interface{},
IndexType: interface{},
}
Properties
Name | Type | Description |
---|---|---|
Columns |
interface{} |
No description. |
IndexName |
interface{} |
No description. |
PrimaryKeys |
interface{} |
No description. |
IndexType |
interface{} |
No description. |
Columns
Required
Columns interface{}
- Type: interface{}
IndexName
Required
IndexName interface{}
- Type: interface{}
PrimaryKeys
Required
PrimaryKeys interface{}
- Type: interface{}
IndexType
Optional
IndexType interface{}
- Type: interface{}