Class IndexFieldGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class IndexFieldGetArgs : ResourceArgs
Constructors
View SourceIndexFieldGetArgs()
Declaration
public IndexFieldGetArgs()
Properties
View SourceArrayConfig
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> |
FieldPath
Name of the field.
Declaration
public Input<string> FieldPath { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
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> |