Show / Hide Table of Contents

Class StoreIndexFieldSearchJsonKey

Inheritance
System.Object
StoreIndexFieldSearchJsonKey
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 StoreIndexFieldSearchJsonKey

Fields

View Source

Alias

The alias of one field.

Declaration
public readonly string Alias
Field Value
Type Description
System.String
View Source

DocValue

Whether to enable statistics. default to true.

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

Name

When using the json_keys field, this field is required.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

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
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.