Skip to content

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.

FieldSchemasRequired

FieldSchemas interface{}
  • Type: interface{}

IndexNameRequired

IndexName interface{}
  • Type: interface{}

InstanceNameRequired

InstanceName interface{}
  • Type: interface{}

TableNameRequired

TableName interface{}
  • Type: interface{}

IndexSettingOptional

IndexSetting interface{}
  • Type: interface{}

IndexSortOptional

IndexSort interface{}
  • Type: interface{}