Show / Hide Table of Contents

Class StoreIndexFullText

Inheritance
System.Object
StoreIndexFullText
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Log.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class StoreIndexFullText

Fields

View Source

CaseSensitive

Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".

Declaration
public readonly bool? CaseSensitive
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

IncludeChinese

Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".

Declaration
public readonly bool? IncludeChinese
Field Value
Type Description
System.Nullable<System.Boolean>
View Source

Token

The string of several split words, like "\r", "#". It is valid when "type" is "text" or "json".

Declaration
public readonly string Token
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.