Class StoreIndexFullTextArgs
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.Inputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class StoreIndexFullTextArgs : ResourceArgs
Constructors
View SourceStoreIndexFullTextArgs()
Declaration
public StoreIndexFullTextArgs()
Properties
View SourceCaseSensitive
Whether the case sensitive for the field. Default to false. It is valid when "type" is "text" or "json".
Declaration
public Input<bool> CaseSensitive { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IncludeChinese
Whether includes the chinese for the field. Default to false. It is valid when "type" is "text" or "json".
Declaration
public Input<bool> IncludeChinese { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
Token
The string of several split words, like "\r", "#". It is valid when "type" is "text" or "json".
Declaration
public Input<string> Token { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |