Class StoreIndexFieldSearchJsonKeyArgs
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 StoreIndexFieldSearchJsonKeyArgs : ResourceArgs
Constructors
View SourceStoreIndexFieldSearchJsonKeyArgs()
Declaration
public StoreIndexFieldSearchJsonKeyArgs()
Properties
View SourceAlias
The alias of one field.
Declaration
public Input<string> Alias { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
DocValue
Whether to enable statistics. default to true.
Declaration
public Input<bool> DocValue { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
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> |
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> |