Skip to content

FullTextIndexProperty

Initializer

using AlibabaCloud.SDK.ROS.CDK.Sls;
new FullTextIndexProperty {
    object Enable,
    object CaseSensitive = null,
    object Delimiter = null,
    object IncludeChinese = null
};

Properties

Name Type Description
Enable object No description.
CaseSensitive object No description.
Delimiter object No description.
IncludeChinese object No description.

EnableRequired

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

CaseSensitiveOptional

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

DelimiterOptional

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

IncludeChineseOptional

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