RosSearchIndexProps
Properties for defining a RosSearchIndex
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-searchindex
Initializer
import "github.com/alibabacloud-go/ros-cdk/alicloudroscdkots"
&alicloudroscdkots.RosSearchIndexProps {
FieldSchemas: interface{},
IndexName: interface{},
InstanceName: interface{},
TableName: interface{},
IndexSetting: interface{},
IndexSort: interface{},
}
Properties
Name | Type | Description |
---|---|---|
FieldSchemas |
interface{} |
No description. |
IndexName |
interface{} |
No description. |
InstanceName |
interface{} |
No description. |
TableName |
interface{} |
No description. |
IndexSetting |
interface{} |
No description. |
IndexSort |
interface{} |
No description. |
FieldSchemas
Required
FieldSchemas interface{}
- Type: interface{}
IndexName
Required
IndexName interface{}
- Type: interface{}
InstanceName
Required
InstanceName interface{}
- Type: interface{}
TableName
Required
TableName interface{}
- Type: interface{}
IndexSetting
Optional
IndexSetting interface{}
- Type: interface{}
IndexSort
Optional
IndexSort interface{}
- Type: interface{}