Class StoreIndexFieldSearchGetArgs
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 StoreIndexFieldSearchGetArgs : ResourceArgs
Constructors
View SourceStoreIndexFieldSearchGetArgs()
Declaration
public StoreIndexFieldSearchGetArgs()
Properties
View SourceAlias
The alias of one field.
Declaration
public Input<string> Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
CaseSensitive
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> |
EnableAnalytics
Whether to enable field analytics. Default to true.
Declaration
public Input<bool> EnableAnalytics { 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> |
JsonKeys
Use nested index when type is json
Declaration
public InputList<StoreIndexFieldSearchJsonKeyGetArgs> JsonKeys { get; set; }
Property Value
| Type | Description |
|---|---|
| InputList<StoreIndexFieldSearchJsonKeyGetArgs> |
Name
When using the json_keys field, this field is required.
Declaration
public Input<string> Name { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |
Type
The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
Declaration
public Input<string> Type { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |