Skip to content

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.

FieldSchemasRequired

public object FieldSchemas { get; set; }
  • Type: object

IndexNameRequired

public object IndexName { get; set; }
  • Type: object

InstanceNameRequired

public object InstanceName { get; set; }
  • Type: object

TableNameRequired

public object TableName { get; set; }
  • Type: object

IndexSettingOptional

public object IndexSetting { get; set; }
  • Type: object

IndexSortOptional

public object IndexSort { get; set; }
  • Type: object