Show / Hide Table of Contents

Class IndexField

Inheritance
System.Object
IndexField
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.Gcp.Firestore.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IndexField

Fields

View Source

ArrayConfig

Indicates that this field supports operations on arrayValues. Only one of order and arrayConfig can be specified.

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

FieldPath

Name of the field.

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

Order

Indicates that this field supports ordering by the specified order or comparing using =, <, <=, >, >=. Only one of order and arrayConfig can be specified.

Declaration
public readonly string Order
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.