Show / Hide Table of Contents

Class IndexFieldArgs

Inheritance
System.Object
InputArgs
ResourceArgs
IndexFieldArgs
Inherited Members
ResourceArgs.Empty
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IndexFieldArgs : ResourceArgs

Constructors

View Source

IndexFieldArgs()

Declaration
public IndexFieldArgs()

Properties

View Source

ArrayConfig

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

Declaration
public Input<string> ArrayConfig { get; set; }
Property Value
Type Description
Input<System.String>
View Source

FieldPath

Name of the field.

Declaration
public Input<string> FieldPath { get; set; }
Property Value
Type Description
Input<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 Input<string> Order { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.