RosSearchIndexProps
Properties for defining a RosSearchIndex
.
See https://www.alibabacloud.com/help/ros/developer-reference/aliyun-ots-searchindex
Initializer
using AlibabaCloud.SDK.ROS.CDK.Ots;
new RosSearchIndexProps {
object FieldSchemas,
object IndexName,
object InstanceName,
object TableName,
object IndexSetting = null,
object IndexSort = null
};
Properties
Name | Type | Description |
---|---|---|
FieldSchemas |
object |
No description. |
IndexName |
object |
No description. |
InstanceName |
object |
No description. |
TableName |
object |
No description. |
IndexSetting |
object |
No description. |
IndexSort |
object |
No description. |
FieldSchemas
Required
public object FieldSchemas { get; set; }
- Type: object
IndexName
Required
public object IndexName { get; set; }
- Type: object
InstanceName
Required
public object InstanceName { get; set; }
- Type: object
TableName
Required
public object TableName { get; set; }
- Type: object
IndexSetting
Optional
public object IndexSetting { get; set; }
- Type: object
IndexSort
Optional
public object IndexSort { get; set; }
- Type: object