Class StoreIndexFieldSearch
Inheritance
System.Object
StoreIndexFieldSearch
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 StoreIndexFieldSearch
Fields
View SourceAlias
The alias of one field.
Declaration
public readonly string Alias
Field Value
| Type | Description |
|---|---|
| System.String |
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> |
EnableAnalytics
Whether to enable field analytics. Default to true.
Declaration
public readonly bool? EnableAnalytics
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
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> |
JsonKeys
Use nested index when type is json
Declaration
public readonly ImmutableArray<StoreIndexFieldSearchJsonKey> JsonKeys
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<StoreIndexFieldSearchJsonKey> |
Name
When using the json_keys field, this field is required.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
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 |
Type
The type of one field. Valid values: ["long", "text", "double"]. Default to "long"
Declaration
public readonly string Type
Field Value
| Type | Description |
|---|---|
| System.String |