RosSearchIndexProps
Properties for defining a RosSearchIndex
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-searchindex
Initializer
import com.aliyun.ros.cdk.ots.RosSearchIndexProps;
RosSearchIndexProps.builder()
.fieldSchemas(IResolvable)
.fieldSchemas(java.util.List<IResolvable)
.fieldSchemas(FieldSchemasProperty>)
.indexName(java.lang.String)
.indexName(IResolvable)
.instanceName(java.lang.String)
.instanceName(IResolvable)
.tableName(java.lang.String)
.tableName(IResolvable)
// .indexSetting(IResolvable)
// .indexSetting(IndexSettingProperty)
// .indexSort(IResolvable)
// .indexSort(IndexSortProperty)
.build();
Properties
Name | Type | Description |
---|---|---|
fieldSchemas |
com.aliyun.ros.cdk.core.IResolvable OR java.util.List |
No description. |
indexName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
instanceName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
tableName |
java.lang.String OR com.aliyun.ros.cdk.core.IResolvable |
No description. |
indexSetting |
com.aliyun.ros.cdk.core.IResolvable OR IndexSettingProperty |
No description. |
indexSort |
com.aliyun.ros.cdk.core.IResolvable OR IndexSortProperty |
No description. |
fieldSchemas
Required
public java.lang.Object getFieldSchemas();
- Type: com.aliyun.ros.cdk.core.IResolvable OR java.util.List
FieldSchemasProperty>
indexName
Required
public java.lang.Object getIndexName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
instanceName
Required
public java.lang.Object getInstanceName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
tableName
Required
public java.lang.Object getTableName();
- Type: java.lang.String OR com.aliyun.ros.cdk.core.IResolvable
indexSetting
Optional
public java.lang.Object getIndexSetting();
- Type: com.aliyun.ros.cdk.core.IResolvable OR IndexSettingProperty
indexSort
Optional
public java.lang.Object getIndexSort();
- Type: com.aliyun.ros.cdk.core.IResolvable OR IndexSortProperty